diff --git a/web/game.js b/web/game.js index bacc22b..9f2bef4 100644 --- a/web/game.js +++ b/web/game.js @@ -221,7 +221,7 @@ function submit() { sendData(nameHS, int(time)); console.log(nameHS + ": " + int(time)); nameHS = ''; - submitted = true;0 + submitted = true; } }