summaryrefslogtreecommitdiffstats
path: root/apps/calendar/index.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2011-09-06 15:11:09 +0200
committerBart Visscher <bartv@thisnet.nl>2011-09-07 09:49:23 +0200
commitfbde66a56c5c097d18acace3df55a2782c41c139 (patch)
tree491afd2199c84d2615882492dc77dfcc871722aa /apps/calendar/index.php
parent0df98b9a7851f4f42e493a61a34d358ed0406dd2 (diff)
downloadnextcloud-server-fbde66a56c5c097d18acace3df55a2782c41c139.tar.gz
nextcloud-server-fbde66a56c5c097d18acace3df55a2782c41c139.zip
Eliminate most global calendar js vars
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 053b36c4183..c9fc9889d40 100644
--- a/apps/calendar/index.php
+++ b/apps/calendar/index.php
@@ -29,7 +29,6 @@ if( count($calendars) == 0){
$calendars = OC_Calendar_Calendar::allCalendars(OC_User::getUser());
}
OC_UTIL::addScript("calendar", "calendar");
-OC_UTIL::addScript("calendar", "calendar_init");
OC_UTIL::addStyle("calendar", "style");
OC_APP::setActiveNavigationEntry("calendar_index");
$output = new OC_TEMPLATE("calendar", "calendar", "user");