Liga krog3
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user