1
Fork 0

Don't set default code in url

This commit is contained in:
Jan-Erik Rediger 2024-05-25 17:57:58 +02:00
parent 98b11c18f7
commit 92ae20107a

View file

@ -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);
}