Open Round: properly reset and start timer when toggle ON
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user