Registration status in progress

This commit is contained in:
Claude Brisson
2024-01-20 09:09:39 +01:00
parent cffa4ce699
commit 3c9e1683f7
9 changed files with 131 additions and 18 deletions

View File

@@ -18,6 +18,7 @@ function setResult(id, result) {
}
let resultCell = row.find('td.result');
resultCell.text(dispResult).data('result', result);
standingsUpToDate = false;
}
})
}