made the fake loading button be correctly toggled when entering the website

This commit is contained in:
2026-07-13 13:02:14 +02:00
parent 6704fdc438
commit 83ee87699b
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -203,8 +203,8 @@ document.addEventListener("DOMContentLoaded", async function () {
return
}
if (fakeLoading != "true") {
removeLoadingScreen(true)
if (!fakeLoading) {
removeLoadingScreen()
}
else {
setLoadingProgress("Cleaning up...")