1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2024-12-26 05:42:22 +00:00

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

View File

@ -107,6 +107,11 @@ document.addEventListener('DOMContentLoaded', () => {
document.getElementById(`dices-${tournament.id}`).innerHTML = "" document.getElementById(`dices-${tournament.id}`).innerHTML = ""
document.getElementById(`recap-${tournament.id}-round-list`).innerHTML = "" document.getElementById(`recap-${tournament.id}-round-list`).innerHTML = ""
document.getElementById(`tables-${tournament.id}`).innerHTML = "" document.getElementById(`tables-${tournament.id}`).innerHTML = ""
updateDiceVisibility(false)
updateBoxVisibility(false)
updateButtonsVisibility(false)
updateExportVisibility(false)
updateContinueVisibility(false)
} }
function updateDiceInfo(trigram, result) { function updateDiceInfo(trigram, result) {