Update app.js

master
Andy Smy 2025-04-18 22:43:56 +01:00 committed by GitHub
parent 9d74409829
commit b06ada32db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -184,9 +184,11 @@ var timeSig = new Date();
addLog(timeSig, "-", "-", "App Started", timeSig);
var menuItems = {
"":{title:"Umpire", selected: 0, fontHeight: 40},
"":{title:"Umpire"},
"Play" : ()=>resumeGame(),
"Wicket" : ()=>incrementWickets(1)
"-->" : ()=>resumeGame(),
"Wicket" : ()=>incrementWickets(1),
"-->" : ()=>incrementWickets(1)
};
var menu = E.showMenu(menuItems);