This commit is contained in:
Unisko PENG,
2023-04-19 10:58:32 +08:00
parent f32b247fd0
commit be994884aa

View File

@@ -51,7 +51,7 @@ window.addEventListener("scroll", updateFunction);
if(document.querySelector("#document-not-found404")) { if(document.querySelector("#document-not-found404")) {
let timeLeft = 10; let timeLeft = 10;
setInterval(var timerId = function() { var timerId = setInterval(() => {
if(timeLeft == -1) { if(timeLeft == -1) {
clearTimeout(timerId); clearTimeout(timerId);
} else { } else {