update app_modules.js
This commit is contained in:
@@ -1101,7 +1101,7 @@ setInterval(() => {
|
|||||||
}, 750);
|
}, 750);
|
||||||
|
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
BootLoops =+ 1;
|
BootLoops += 1;
|
||||||
console.log("BootLoops", BootLoops)
|
console.log("BootLoops", BootLoops)
|
||||||
if ((BootLoops >= TimeoutBoot || window.navigator.onLine == false) && !Booted) {
|
if ((BootLoops >= TimeoutBoot || window.navigator.onLine == false) && !Booted) {
|
||||||
Booted = true;
|
Booted = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user