diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-04-13 18:49:25 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-04-13 18:50:40 +0200 |
commit | 6aee6dae6b708d0dc26a0c707cdbb9a6ef618293 (patch) | |
tree | 8c678b9f56a607dcfce9a6bf4b4c4338980f54b9 /apps/calendar/index.php | |
parent | b654121b502e7c823f8a135a2c6a0f6edb176a8e (diff) | |
download | nextcloud-server-6aee6dae6b708d0dc26a0c707cdbb9a6ef618293.tar.gz nextcloud-server-6aee6dae6b708d0dc26a0c707cdbb9a6ef618293.zip |
VCategories css is now in styles.css
Diffstat (limited to 'apps/calendar/index.php')
-rw-r--r-- | apps/calendar/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/calendar/index.php b/apps/calendar/index.php index 67e61dee40a..f964a13ef79 100644 --- a/apps/calendar/index.php +++ b/apps/calendar/index.php @@ -48,7 +48,6 @@ OC_Util::addScript('', 'jquery.multiselect'); OC_Util::addStyle('', 'jquery.multiselect'); OC_Util::addScript('contacts','jquery.multi-autocomplete'); OC_Util::addScript('','oc-vcategories'); -OC_Util::addStyle('','oc-vcategories'); OC_App::setActiveNavigationEntry('calendar_index'); $tmpl = new OC_Template('calendar', 'calendar', 'user'); $tmpl->assign('eventSources', $eventSources); |