mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 12:30:02 +02:00
Fix app.js files included in wrong order
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user