Make all invisible when a draw is aborted
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
parent
c299ff6634
commit
a4c7951475
|
@ -107,6 +107,11 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||
document.getElementById(`dices-${tournament.id}`).innerHTML = ""
|
||||
document.getElementById(`recap-${tournament.id}-round-list`).innerHTML = ""
|
||||
document.getElementById(`tables-${tournament.id}`).innerHTML = ""
|
||||
updateDiceVisibility(false)
|
||||
updateBoxVisibility(false)
|
||||
updateButtonsVisibility(false)
|
||||
updateExportVisibility(false)
|
||||
updateContinueVisibility(false)
|
||||
}
|
||||
|
||||
function updateDiceInfo(trigram, result) {
|
||||
|
|
Loading…
Reference in New Issue