Open Round: start timer if toggle ON, regardless of current value

This commit is contained in:
2026-04-08 20:31:08 -05:00
parent 3c0ca7843f
commit 57c5f4e054

View File

@@ -402,7 +402,7 @@ function toggleRound(){
} else {
ws_send({type:'open_round'});
// If linked (toggle ON) and timer stopped, reset and start it
if(document.getElementById('timer-tog').checked && !modTimerRunning && modTimerRemaining===0){
if(document.getElementById('timer-tog').checked && !modTimerRunning){
modTimerLoad();
modTimerRunning=true;
document.getElementById('btn-timer-ss').textContent='PAUSE';