This commit is contained in:
Naiel
2025-11-05 10:36:17 +01:00
committed by GitHub
parent d00d4c7af2
commit b1993ba83a
3 changed files with 5 additions and 3 deletions

View File

@@ -1106,7 +1106,6 @@ setInterval(() => {
var BootIntervalID = setInterval(() => {
BootLoops += 1;
console.log("BootLoops", BootLoops)
if ((BootLoops >= TimeoutBoot || window.navigator.onLine == false) && !Booted) {
Booted = true;
document.getElementById("loading").style.display = "none";