Añadido Aulas (En desarrollo)

This commit is contained in:
naielv
2025-09-04 15:42:16 +02:00
parent f13218e0b1
commit 7d5d631b05
6 changed files with 268 additions and 22 deletions

View File

@@ -1083,9 +1083,11 @@ var Booted = false;
var TimeoutBoot = 4;
var BootLoops = 0;
getPeers();
setInterval(() => {
getPeers();
}, 750);
setInterval(() => {
BootLoops =+ 1;
if ((BootLoops >= TimeoutBoot || window.navigator.onLine == false) && !Booted) {
Booted = true;