a
This commit is contained in:
parent
8a9374621f
commit
0f5495d621
|
|
@ -888,8 +888,7 @@
|
||||||
showStep('step-result');
|
showStep('step-result');
|
||||||
|
|
||||||
// Redirection automatique après 3 secondes
|
// Redirection automatique après 3 secondes
|
||||||
// startCountdown(3, () => {
|
startCountdown(3, () => {
|
||||||
startCountdown(10, () => {
|
|
||||||
// On recharge la page
|
// On recharge la page
|
||||||
location.reload();
|
location.reload();
|
||||||
});
|
});
|
||||||
|
|
@ -919,8 +918,7 @@
|
||||||
if (data.attempts_remaining > 0) {
|
if (data.attempts_remaining > 0) {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
location.reload();
|
location.reload();
|
||||||
// }, 5000);
|
}, 5000);
|
||||||
}, 10000);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user