mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-30 03:43:40 +01:00
Include accidentally excluded app.js
This commit is contained in:
parent
b78f3504df
commit
b1fb1d5703
@ -238,6 +238,9 @@ class calendar_ui
|
||||
// load etemplate2
|
||||
egw_framework::validate_file('/etemplate/js/etemplate2.js');
|
||||
|
||||
// load our app.js file
|
||||
egw_framework::validate_file('/calendar/js/app.js');
|
||||
|
||||
// search for app specific css file, so it can customize the theme
|
||||
egw_framework::includeCSS('calendar', 'app-'.$GLOBALS['egw_info']['user']['preferences']['common']['theme']) ||
|
||||
egw_framework::includeCSS('calendar', 'app');
|
||||
|
Loading…
Reference in New Issue
Block a user