Comment the line 499

This commit is contained in:
2026-03-03 19:43:27 +01:00
parent 37461e3e95
commit dfa9bece76
+1 -1
View File
@@ -496,7 +496,7 @@ foreach ($players as $p) {
console.log("Blind actuel recalculé :", current_blind);
}
# --- FONCTION EN CAS DE VICTOIRE ---
// --- FONCTION EN CAS DE VICTOIRE ---
function EndGame(winnerId, amountWon) {
// 1. On récupère le conteneur
const container = document.getElementById('table-container');