Update app.js

master
Andy Smy 2025-05-12 20:22:50 +01:00 committed by GitHub
parent fe8a013e99
commit def532988b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -382,9 +382,11 @@ function newInnings() {
log = [];
timeCalled = false;
addLog(timeSig, oversPerInnings + 1, ballsPerOver, "New Innings", timeSig);
resumeGame();
} else {
E.showPrompt();
menu = showMainMenu();
}
console.log(confirmed);
menu = showMainMenu();
});
} else {
addLog(timeSig, oversPerInnings + 1, ballsPerOver, "New Innings", timeSig);