Compare commits
2 Commits
a135746e37
...
57c5f4e054
| Author | SHA1 | Date | |
|---|---|---|---|
| 57c5f4e054 | |||
| 3c0ca7843f |
@@ -401,8 +401,8 @@ function toggleRound(){
|
||||
}
|
||||
} else {
|
||||
ws_send({type:'open_round'});
|
||||
// If linked (toggle ON) and timer stopped, start it
|
||||
if(document.getElementById('timer-tog').checked && !modTimerRunning && modTimerRemaining===0){
|
||||
// If linked (toggle ON) and timer stopped, reset and start it
|
||||
if(document.getElementById('timer-tog').checked && !modTimerRunning){
|
||||
modTimerLoad();
|
||||
modTimerRunning=true;
|
||||
document.getElementById('btn-timer-ss').textContent='PAUSE';
|
||||
|
||||
Reference in New Issue
Block a user