Update app.js

master
Andy Smy 2025-04-21 23:29:49 +01:00 committed by GitHub
parent ed94737abe
commit 43710451cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -186,7 +186,8 @@ function startOver(resume) {
timeCalled = false;
var lastTimeTime = timeTimes[timeTimes.length - 1];
var timeDuration = new Date(timeSig.getTime() - lastTimeTime);
addLog(timeSig, over, counter, "Play", "Lost: " +formatDuration(timeDuration));
addLog(timeSig, over, counter, "Play", "Lost: " + formatDuration(timeDuration));
}
}
}
// whether resuming or new over, refresh UI