fixed a stupid oversight
This commit is contained in:
@@ -181,7 +181,7 @@ document.addEventListener("DOMContentLoaded", async function() {
|
|||||||
|
|
||||||
if (CURRENT_PAGE == PAGES.LOADING) {
|
if (CURRENT_PAGE == PAGES.LOADING) {
|
||||||
clearLoadingScreenClutter()
|
clearLoadingScreenClutter()
|
||||||
periodicallyChangeTips()
|
setInterval(periodicallyChangeTips, 60 * 1000)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -14,8 +14,6 @@ function clearLoadingScreenClutter() {
|
|||||||
function periodicallyChangeTips() {
|
function periodicallyChangeTips() {
|
||||||
newTip()
|
newTip()
|
||||||
setLoadingProgress("")
|
setLoadingProgress("")
|
||||||
|
|
||||||
setInterval(periodicallyChangeTips, 60 * 1000)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user