Consistency in call names

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