mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 00:52:03 +01:00 
			
		
		
		
	Make all invisible when a draw is aborted
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
		@@ -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) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user