diff --git a/frontend/app.js b/frontend/app.js index ed252eb..c98b905 100644 --- a/frontend/app.js +++ b/frontend/app.js @@ -43,7 +43,6 @@ if (location.hash) { let code = base64Decode(location.hash.substr(1)); jar.updateCode(code) } else { - location.hash = base64Encode(defaultCode); jar.updateCode(defaultCode); }