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:
parent
c299ff6634
commit
a4c7951475
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user