update
This commit is contained in:
@@ -1012,12 +1012,14 @@ getPeers();
|
||||
if (window.navigator.onLine == false) {
|
||||
Booted = true;
|
||||
document.getElementById("loading").style.display = "none";
|
||||
toastr.error("Sin internet! Los cambios se sincronizarán cuando te vuelvas a conectar.")
|
||||
if (!SUB_LOGGED_IN) {
|
||||
setUrlHash("login");
|
||||
open_page("login");
|
||||
return;
|
||||
} else {
|
||||
document.getElementById("appendApps").style.display = "block";
|
||||
open_page(location.hash.replace("#", ""));
|
||||
}
|
||||
toastr.error("Sin internet! Los cambios se sincronizarán cuando te vuelvas a conectar.")
|
||||
}
|
||||
setInterval(() => {
|
||||
getPeers();
|
||||
|
||||
Reference in New Issue
Block a user