From c2a6d0ecd1f6ce5110e6b58827a2d4a334ee8d8e Mon Sep 17 00:00:00 2001 From: Ryan Blenis Date: Thu, 26 Dec 2019 10:52:48 -0500 Subject: [PATCH] Consistency in call names --- views/default.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/default.handlebars b/views/default.handlebars index 53168dd6..af6a81e8 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -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() {