Liga krog3

This commit is contained in:
bl3kunja-FW
2026-01-17 09:36:27 +01:00
parent 27e8b31ae0
commit 13c7bd3239
13 changed files with 2027 additions and 46 deletions
+2
View File
@@ -1100,6 +1100,8 @@
tournamentCells += '<td><span class="tournament-score joker">🃏</span></td>';
} else {
const score = result.score;
const tensCount = result.tens_count || 0;
// Check if this specific tournament index should be excluded
const isExcluded = best4Logic.excludedIndices.includes(participatedTournamentIndex) && best4Logic.allScores.length > 4;
const scoreClass = isExcluded ? 'excluded' : 'counted';