From 0497ab3aa04d05bb7d4640d03536b2a253197086 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 16 Aug 2011 15:53:39 +0200 Subject: [PATCH] MINOR Removed unused calendar.js dependency from LeftAndMain::init() (now uses jQuery.datepicker throughout the backend UI) --- code/LeftAndMain.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index 8e050593..b9518774 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -301,9 +301,6 @@ class LeftAndMain extends Controller { CMS_DIR . '/javascript/SideReports.js', CMS_DIR . '/javascript/LangSelector.js', CMS_DIR . '/javascript/TranslationTab.js', - THIRDPARTY_DIR . '/calendar/calendar.js', - THIRDPARTY_DIR . '/calendar/lang/calendar-en.js', - THIRDPARTY_DIR . '/calendar/calendar-setup.js', CMS_DIR . "/javascript/SitetreeAccess.js", ) );