Update update.js
This commit is contained in:
parent
4e6dae6ee3
commit
fc74cff8ec
1 changed files with 0 additions and 3 deletions
|
@ -18,9 +18,6 @@ function reqData() {
|
|||
localStorage.setItem("commitsha", resp);
|
||||
} else {
|
||||
document.querySelector(".scr-update--").classList.add("open");
|
||||
setTimeout(() => {
|
||||
window.location.href = window.location.href;
|
||||
}, 15000);
|
||||
localStorage.setItem("commitsha", resp);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue