Update app.js

master
Andy Smy 2025-04-18 20:39:55 +01:00 committed by GitHub
parent fef4356c0c
commit 8a62ebcf79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ function startOver(resume) {
addLog(timeSig, over, counter, "New Over", "");
countDown(0);
} else {
countDown(1);
countDown(-1);
}
}