forked from extern/egroupware
Fix app.js files included in wrong order
This commit is contained in:
parent
9e0ff222f2
commit
a64adb19e6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user