mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Add 2 new hooks for detecting page changes in the webUI
This commit is contained in:
@@ -9834,6 +9834,7 @@
|
||||
}
|
||||
|
||||
function go(x, event) {
|
||||
if (pluginHandler != null) pluginHandler.callHook('goPageStart', x, event);
|
||||
setSessionActivity();
|
||||
if (xxdialogMode) return;
|
||||
QV('uiMenu', false);
|
||||
@@ -9959,6 +9960,7 @@
|
||||
} else {
|
||||
document.title = decodeURIComponent('{{{extitle}}}');
|
||||
}
|
||||
if (pluginHandler != null) pluginHandler.callHook('goPageEnd', x, event);
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user