mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 04:22:14 +01:00 
			
		
		
		
	Fix team reorder for 5-teams pools in draw recap
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
		@@ -700,6 +700,9 @@ document.addEventListener('DOMContentLoaded', () => {
 | 
			
		||||
            let problem = problems[i]
 | 
			
		||||
 | 
			
		||||
            setProblemAccepted(tid, round, team, problem)
 | 
			
		||||
 | 
			
		||||
            let recapTeam = document.getElementById(`recap-${tid}-round-${round}-team-${team}`)
 | 
			
		||||
            recapTeam.style.order = i.toString()
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user