mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
MINOR Removed unused calendar.js dependency from LeftAndMain::init() (now uses jQuery.datepicker throughout the backend UI)
This commit is contained in:
parent
55f0ce92dd
commit
0497ab3aa0
@ -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",
|
||||
)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user