From 3c0ca7843fe087c0a885ba213db28775bd6fdaa5 Mon Sep 17 00:00:00 2001 From: KeshavAnandCode Date: Wed, 8 Apr 2026 20:30:56 -0500 Subject: [PATCH] Open Round: properly reset and start timer when toggle ON --- src/public/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/script.js b/src/public/script.js index 22e7bc4..09348eb 100644 --- a/src/public/script.js +++ b/src/public/script.js @@ -401,7 +401,7 @@ function toggleRound(){ } } else { ws_send({type:'open_round'}); - // If linked (toggle ON) and timer stopped, start it + // If linked (toggle ON) and timer stopped, reset and start it if(document.getElementById('timer-tog').checked && !modTimerRunning && modTimerRemaining===0){ modTimerLoad(); modTimerRunning=true;