From 7912c5c89796580e728aee56d00c89ccb134bf25 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sun, 24 Nov 2024 21:51:33 +0100 Subject: [PATCH] Small cleanups --- src/alfagok/static/game.js | 1 - src/alfagok/templates/index.html | 1 - 2 files changed, 2 deletions(-) diff --git a/src/alfagok/static/game.js b/src/alfagok/static/game.js index f9f8cb1..5e39d01 100644 --- a/src/alfagok/static/game.js +++ b/src/alfagok/static/game.js @@ -110,7 +110,6 @@ document.addEventListener('alpine:init', () => { this.resultGuesses = '🤔 '+ this.nrGuesses + ' gokken'; let winTimeDate = new Date(this.winTime); let startTimeDate = new Date(this.startTime); - // this.resultTimeTaken = '⏱️ ' + getFormattedTime(this.winTime - this.startTime); this.resultTimeTaken = '⏱️ ' + this.getFormattedTime(winTimeDate - startTimeDate); } }, diff --git a/src/alfagok/templates/index.html b/src/alfagok/templates/index.html index b6cf855..5bfbafc 100644 --- a/src/alfagok/templates/index.html +++ b/src/alfagok/templates/index.html @@ -70,6 +70,5 @@
...
#} -