mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Consistency in call names
This commit is contained in:
parent
e5b76ccdc4
commit
c2a6d0ecd1
1 changed files with 1 additions and 1 deletions
|
@ -1243,7 +1243,7 @@
|
||||||
d4EditSizeVal = getstore('editorSize', 0);
|
d4EditSizeVal = getstore('editorSize', 0);
|
||||||
d4ToggleWrap(true);
|
d4ToggleWrap(true);
|
||||||
d4ToggleSize(true);
|
d4ToggleSize(true);
|
||||||
if (pluginHandler != null) pluginHandler.callHook('onWebUIStartup_end');
|
if (pluginHandler != null) pluginHandler.callHook('onWebUIStartupEnd');
|
||||||
}
|
}
|
||||||
|
|
||||||
function adjustPanels() {
|
function adjustPanels() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue