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;