From 374d7e6e6c4fb1ce8aefc33751b3c8c543d508e2 Mon Sep 17 00:00:00 2001 From: Marius Cramer Date: Thu, 8 May 2014 14:20:13 +0200 Subject: [PATCH] - added callHook call from master --- interface/web/js/scrigo.js.php | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/web/js/scrigo.js.php b/interface/web/js/scrigo.js.php index 99e984a52..beb247cb2 100644 --- a/interface/web/js/scrigo.js.php +++ b/interface/web/js/scrigo.js.php @@ -96,6 +96,7 @@ if($server_config_array['misc']['use_combobox'] == 'y'){ + callHook('onAfterContentLoad'); } function loadContentRefresh(pagename) { -- GitLab