MINOR Removed unused calendar.js dependency from LeftAndMain::init() (now uses jQuery.datepicker throughout the backend UI)

This commit is contained in:
Ingo Schommer 2011-08-16 15:53:39 +02:00
parent 55f0ce92dd
commit 0497ab3aa0

View File

@ -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",
)
);