Make all invisible when a draw is aborted

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello 2023-03-26 11:12:09 +02:00
parent c299ff6634
commit a4c7951475
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 5 additions and 0 deletions

View File

@ -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) {