summaryrefslogtreecommitdiffstats
path: root/apps/calendar/index.php
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-04-13 18:49:25 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-04-13 18:50:40 +0200
commit6aee6dae6b708d0dc26a0c707cdbb9a6ef618293 (patch)
tree8c678b9f56a607dcfce9a6bf4b4c4338980f54b9 /apps/calendar/index.php
parentb654121b502e7c823f8a135a2c6a0f6edb176a8e (diff)
downloadnextcloud-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.php1
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);