From c740ec35b65600202375e6904e4fa03fa3127cb4 Mon Sep 17 00:00:00 2001 From: Andy Smy <47543767+AndySmee@users.noreply.github.com> Date: Mon, 21 Apr 2025 21:37:27 +0100 Subject: [PATCH] Update app.js --- apps/umpire/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/umpire/app.js b/apps/umpire/app.js index 491c3fad3..d7aaf2a49 100644 --- a/apps/umpire/app.js +++ b/apps/umpire/app.js @@ -120,7 +120,8 @@ function countDown(dir) { addLog(timeSig, over, counter, "Innings Duration", matchMinutesString); //console.log(overTimes); - menu = showLog(); + // menu = showLog(); + startOver(); return; } }