update app_modules.js

This commit is contained in:
naielv
2025-09-11 10:59:35 +02:00
parent 3124540f4f
commit 48b68eff83

View File

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