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 @@
...
#} -