Remove the pipe character in the hash

This commit is contained in:
Yann Flory
2016-04-14 16:10:08 +02:00
parent c32045d7d0
commit 69e8e18283
2 changed files with 3 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ define([
else {
var hash = window.location.hash.substring(1);
channel = hash.substr(0,32);
key = hash.substr(33);
key = hash.substr(32);
}
var fixThings = false;