Update app.js

master
Andy Smy 2025-04-19 18:53:19 +01:00 committed by GitHub
parent c5df7e2753
commit 0e2db41790
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ var menuItems = {
"Play" : ()=>resumeGame(), "Play" : ()=>resumeGame(),
"-->" : ()=>resumeGame(), "-->" : ()=>resumeGame(),
"Wicket" : ()=>incrementWickets(1), "Wicket" : ()=>incrementWickets(1),
"-->" : ()=>incrementWickets(1) "-->" : ()=>incrementWickets(1),
}; };
countdownDebounce = true; countdownDebounce = true;
var menu = E.showMenu(menuItems); var menu = E.showMenu(menuItems);