fixed a stupid oversight

This commit is contained in:
2025-09-15 16:01:07 +02:00
parent ab66c9e194
commit d4ad6a62d1
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ document.addEventListener("DOMContentLoaded", async function() {
if (CURRENT_PAGE == PAGES.LOADING) {
clearLoadingScreenClutter()
periodicallyChangeTips()
setInterval(periodicallyChangeTips, 60 * 1000)
return
}
-2
View File
@@ -14,8 +14,6 @@ function clearLoadingScreenClutter() {
function periodicallyChangeTips() {
newTip()
setLoadingProgress("")
setInterval(periodicallyChangeTips, 60 * 1000)
}