mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
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);
|
list($app) = explode('.',$this->name);
|
||||||
if (file_exists(EGW_SERVER_ROOT.'/'.$app.'/js/app.js'))
|
if (file_exists(EGW_SERVER_ROOT.'/'.$app.'/js/app.js'))
|
||||||
{
|
{
|
||||||
Framework::includeJS('.','app',$app,false);
|
Framework::includeJS('.','app',$app,true);
|
||||||
}
|
}
|
||||||
// Category styles
|
// Category styles
|
||||||
Categories::css($app);
|
Categories::css($app);
|
||||||
|
Loading…
Reference in New Issue
Block a user