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