Update app.js

master
Andy Smy 2025-04-21 21:37:27 +01:00 committed by GitHub
parent abb4b8b3d8
commit c740ec35b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -120,7 +120,8 @@ function countDown(dir) {
addLog(timeSig, over, counter, "Innings Duration", matchMinutesString);
//console.log(overTimes);
menu = showLog();
// menu = showLog();
startOver();
return;
}
}