Added 0 to countdown

This commit is contained in:
gpkvt 2023-06-04 03:14:00 +02:00
parent 5a0a567348
commit 187dcf81ca
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ function autoReload() {
var timeleft = 3;
var reloadTimer = setInterval(function () {
if (timeleft <= 0) {
document.getElementById("next").innerHTML = 0;
clearInterval(reloadTimer);
window.location.replace('/')
} else {