MDL-34741 use 2in3 in date selector form element
This commit is contained in:
+1
-1
@@ -194,7 +194,7 @@ YUI.add('moodle-form-dateselector', function(Y) {
|
||||
Y.one('#dateselector-calendar-panel').on('click', function(e){e.halt();});
|
||||
Y.one(document.body).on('click', this.document_click, this);
|
||||
|
||||
this.calendar = new YAHOO.widget.Calendar(document.getElementById('dateselector-calendar-content'), {
|
||||
this.calendar = new Y.YUI2.widget.Calendar(document.getElementById('dateselector-calendar-content'), {
|
||||
iframe: false,
|
||||
hide_blank_weeks: true,
|
||||
start_weekday: config.firstdayofweek,
|
||||
|
||||
Reference in New Issue
Block a user