From 92ae20107a310aeb602ba29dfdded00e77485e1c Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Sat, 25 May 2024 17:57:58 +0200 Subject: [PATCH] Don't set default code in url --- frontend/app.js | 1 - 1 file changed, 1 deletion(-) 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); }