Update app.js

master
Andy Smy 2025-04-18 22:27:19 +01:00 committed by GitHub
parent 704536b408
commit d2b9d27650
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -185,11 +185,11 @@ addLog(timeSig, "-", "-", "App Started", timeSig);
var menuItems = {
"":{title:"Umpire"},
" ":{value: "Play"},
"Play":{value: "Play"},
"" : ()=>resumeGame(),
" ":{value: "Wicket"},
"Wicket":{value: "Wicket"},
"" : ()=>incrementWickets(1),
" ":{value: "Recall"},
"Recall":{value: "Recall"},
"" : ()=>incrementWickets(-1)
};