Let registration status tune participation column opacity

This commit is contained in:
Claude Brisson
2024-04-14 15:09:57 +02:00
parent d754fdb7e7
commit 8384a1851c
3 changed files with 5 additions and 1 deletions

View File

@@ -365,6 +365,7 @@ onLoad(() => {
final: newStatus
}).then(player => {
if (player !== 'error') {
tr.toggleClass('final');
cell.toggleClass('final');
standingsUpToDate = false;
pairablesUpToDate = false;