Fix app.js files included in wrong order

This commit is contained in:
Hadi Nategh 2016-08-16 11:13:11 +02:00
parent 9e0ff222f2
commit a64adb19e6

View File

@ -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);