Update app.js

master
Andy Smy 2025-04-18 20:49:21 +01:00 committed by GitHub
parent 826cd8b241
commit a6c8e0791c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -147,10 +147,9 @@ function startOver(resume) {
counter = 0;
ballTimes = [];
addLog(timeSig, over, counter, "New Over", "");
countDown(0);
} else {
countDown(-1);
}
countDown(0);
}
function resumeGame() {