updated
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user