From a4c7951475087bd9e25b0675fb76b1416cb9fb06 Mon Sep 17 00:00:00 2001 From: Emmy D'Anello Date: Sun, 26 Mar 2023 11:12:09 +0200 Subject: [PATCH] Make all invisible when a draw is aborted Signed-off-by: Emmy D'Anello --- draw/static/draw.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/draw/static/draw.js b/draw/static/draw.js index d1d3b2e..a6c0c2f 100644 --- a/draw/static/draw.js +++ b/draw/static/draw.js @@ -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) {