diff options
author | Aleksander Machniak <machniak@kolabsys.com> | 2016-04-04 16:35:28 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2016-04-04 16:35:28 +0200 |
commit | 5d7db9f2406ccee7b43d3939bebc2d53367e7798 (patch) | |
tree | b7d360f606b868f0578117fa1bb28457a2765971 /share | |
parent | 28f04a8e1b5551f9e5fae88ba723c3a9f851a04d (diff) | |
download | pykolab-5d7db9f2406ccee7b43d3939bebc2d53367e7798.tar.gz |
Remove libkolab and libcalendaring from plugins list
Summary:
As a follow-up to #4033, these two plugins itself do nothing, so
it's not needed to list them in enabled plugins list. They will
be automatically loaded when required by other plugins.
To be precise, this prevents libcalendaring js/css resources to be
loaded on logon page, where they are not needed.
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Subscribers: vanmeeuwen
Projects: #pykolab
Differential Revision: https://git.kolab.org/D100
Diffstat (limited to 'share')
-rw-r--r-- | share/templates/roundcubemail/config.inc.php.tpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/share/templates/roundcubemail/config.inc.php.tpl b/share/templates/roundcubemail/config.inc.php.tpl index 7cd19aa..51a7ea6 100644 --- a/share/templates/roundcubemail/config.inc.php.tpl +++ b/share/templates/roundcubemail/config.inc.php.tpl @@ -78,8 +78,6 @@ 'kolab_folders', 'kolab_notes', 'kolab_tags', - 'libkolab', - 'libcalendaring', 'managesieve', 'newmail_notifier', 'odfviewer', |