diff options
author | Bart Visscher <bartv@thisnet.nl> | 2011-09-06 15:11:09 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2011-09-07 09:49:23 +0200 |
commit | fbde66a56c5c097d18acace3df55a2782c41c139 (patch) | |
tree | 491afd2199c84d2615882492dc77dfcc871722aa /apps/calendar/index.php | |
parent | 0df98b9a7851f4f42e493a61a34d358ed0406dd2 (diff) | |
download | nextcloud-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.php | 1 |
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"); |