made the fake loading button be correctly toggled when entering the website
This commit is contained in:
@@ -203,8 +203,8 @@ document.addEventListener("DOMContentLoaded", async function () {
|
||||
return
|
||||
}
|
||||
|
||||
if (fakeLoading != "true") {
|
||||
removeLoadingScreen(true)
|
||||
if (!fakeLoading) {
|
||||
removeLoadingScreen()
|
||||
}
|
||||
else {
|
||||
setLoadingProgress("Cleaning up...")
|
||||
|
||||
Reference in New Issue
Block a user