This commit is contained in:
naielv
2025-12-14 13:42:36 +01:00
parent a32aa89a56
commit c946dad334
3 changed files with 5 additions and 2 deletions

View File

@@ -47,6 +47,8 @@ function open_page(params) {
EventListeners.Interval = []
EventListeners.QRScanner.forEach(ev => ev.clear());
EventListeners.QRScanner = []
EventListeners.Custom.forEach(ev => ev());
EventListeners.Custom = []
if (SUB_LOGGED_IN != true && params != "login,setup") {
PAGES["login"].index();
return;