Don't set default code in url
This commit is contained in:
parent
98b11c18f7
commit
92ae20107a
|
@ -43,7 +43,6 @@ if (location.hash) {
|
||||||
let code = base64Decode(location.hash.substr(1));
|
let code = base64Decode(location.hash.substr(1));
|
||||||
jar.updateCode(code)
|
jar.updateCode(code)
|
||||||
} else {
|
} else {
|
||||||
location.hash = base64Encode(defaultCode);
|
|
||||||
jar.updateCode(defaultCode);
|
jar.updateCode(defaultCode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue