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