mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-07-26 15:38:18 -04:00
BE+FE: change log
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user