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

@@ -73,6 +73,7 @@
const tour_id = ${tour.id};
const tour_rounds = ${tour.rounds};
let activeRound = ${round};
let standingsUpToDate = true;
// $params
#end
#set($datepickerLocale = $translate.datepickerLocale($request.lang, $request.loc))
@@ -105,6 +106,9 @@
$('.step').removeClass('active');
$(`.step[data-step="${step}"], #${step}-tab`).addClass('active');
window.location.hash = `#${step}`;
if (step === 'standings' && !standingsUpToDate) {
window.location.reload();
}
}
onLoad(() => {