update app_logic.js

This commit is contained in:
naielv
2025-08-14 17:21:49 +02:00
parent faf1d112c9
commit d13c66aa01

View File

@@ -35,9 +35,9 @@ if (urlParams.get("login") != null) {
}
function open_page(params) {
EventListenrea.GunJS.forEach(ev => ev.off());
EventListenrea.Timeout.forEach(ev => clearTimeout(ev));
EventListenrea.Interval.forEach(ev => clearInterval(ev));
EventListeners.GunJS.forEach(ev => ev.off());
EventListeners.Timeout.forEach(ev => clearTimeout(ev));
EventListeners.Interval.forEach(ev => clearInterval(ev));
if (SUB_LOGGED_IN != true) {
PAGES["login"].index();
return;