Add webUI startup hook
Ryan Blenis committed
Dec 26, 2019 at 10:46 UTC
e5b76ccdc488728b6a8f22377035518e5c02612d
1 file changed
+1
views/default.handlebars
+1
@@ -1243,6 +1243,7 @@
1243
d4EditSizeVal = getstore('editorSize', 0);
1244
d4ToggleWrap(true);
1245
d4ToggleSize(true);
1246
+ if (pluginHandler != null) pluginHandler.callHook('onWebUIStartup_end');
1247
}
1248
1249
function adjustPanels() {