BE+FE: change log

This commit is contained in:
jokob-sk
2026-07-06 15:00:41 +10:00
parent 887de65eb9
commit 7e6189cbd4
9 changed files with 41 additions and 42 deletions

View File

@@ -196,7 +196,12 @@ function initDeviceEventsPage()
// -----------------------------------------------------------------------------
// Recurring function to monitor the URL and reinitialize if needed
initLazyTab('#panEvents', initDeviceEventsPage);
function deviceEventsPageUpdater() {
initDeviceEventsPage();
// Run updater again after delay
setTimeout(deviceEventsPageUpdater, 200);
}
deviceEventsPageUpdater();