Registration status in progress
This commit is contained in:
@@ -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(() => {
|
||||
|
Reference in New Issue
Block a user