1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-02-12 11:01:52 +00:00

Consistency in call names

This commit is contained in:
Ryan Blenis 2019-12-26 10:52:48 -05:00
parent e5b76ccdc4
commit c2a6d0ecd1

View file

@ -1243,7 +1243,7 @@
d4EditSizeVal = getstore('editorSize', 0);
d4ToggleWrap(true);
d4ToggleSize(true);
if (pluginHandler != null) pluginHandler.callHook('onWebUIStartup_end');
if (pluginHandler != null) pluginHandler.callHook('onWebUIStartupEnd');
}
function adjustPanels() {