Compare commits

..

2 Commits

View File

@@ -401,8 +401,8 @@ function toggleRound(){
} }
} else { } else {
ws_send({type:'open_round'}); 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){ if(document.getElementById('timer-tog').checked && !modTimerRunning){
modTimerLoad(); modTimerLoad();
modTimerRunning=true; modTimerRunning=true;
document.getElementById('btn-timer-ss').textContent='PAUSE'; document.getElementById('btn-timer-ss').textContent='PAUSE';