Update app.js

master
Andy Smy 2025-05-12 16:51:24 +01:00 committed by GitHub
parent 87147abd70
commit 660aa846bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -304,7 +304,6 @@ function incrementWickets(inc) {
resumeGame();
} else {
E.showPrompt();
Bangle.buzz();
menu = showMainMenu();
}
});
@ -382,7 +381,7 @@ function newInnings() {
addLog(timeSig, oversPerInnings + 1, ballsPerOver, "New Innings", timeSig);
}
menu = showMainMenu();
}
});
} else {
addLog(timeSig, oversPerInnings + 1, ballsPerOver, "New Innings", timeSig);
}