update app_modules.js

This commit is contained in:
naielv
2025-08-13 22:26:41 +02:00
parent 69458ecc97
commit 2567b65ff2

View File

@@ -1051,9 +1051,9 @@ setInterval(() => {
document.getElementById("loading").style.display = "none";
toastr.error("Sin internet! Los cambios se sincronizarán cuando te vuelvas a conectar.")
if (!SUB_LOGGED_IN) {
SetPages()
open_page("login");
} else {
SetPages()
open_page(location.hash.replace("#", ""));
}
}