From a64adb19e677d65f489a68c815ad31e742292ab6 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 16 Aug 2016 11:13:11 +0200 Subject: [PATCH] Fix app.js files included in wrong order --- api/src/Etemplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Etemplate.php b/api/src/Etemplate.php index 2b611d9ad8..c121a59c80 100644 --- a/api/src/Etemplate.php +++ b/api/src/Etemplate.php @@ -214,7 +214,7 @@ class Etemplate extends Etemplate\Widget\Template list($app) = explode('.',$this->name); if (file_exists(EGW_SERVER_ROOT.'/'.$app.'/js/app.js')) { - Framework::includeJS('.','app',$app,false); + Framework::includeJS('.','app',$app,true); } // Category styles Categories::css($app);