a
This commit is contained in:
@@ -761,7 +761,7 @@
|
||||
countdownEl.textContent = `Redirection dans ${remaining} secondes...`;
|
||||
remaining--;
|
||||
|
||||
if (remaining <= 0) {
|
||||
if (remaining < 0) {
|
||||
clearInterval(interval);
|
||||
callback();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user