Mod buttons: show Resume Round button when round is closed/paused
This commit is contained in:
@@ -365,7 +365,7 @@ function renderRoundButtons(){
|
|||||||
} else {
|
} else {
|
||||||
btn.innerHTML='▶ OPEN ROUND';
|
btn.innerHTML='▶ OPEN ROUND';
|
||||||
btn.className='btn btn-g btn-full';
|
btn.className='btn btn-g btn-full';
|
||||||
resumeBtn.style.display='none';
|
resumeBtn.style.display='block';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user