diff --git a/static/js/autoReload.js b/static/js/autoReload.js index 8627a69..9f14a93 100644 --- a/static/js/autoReload.js +++ b/static/js/autoReload.js @@ -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 {