mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-34741 use 2in3 in date selector form element
This commit is contained in:
parent
3b715c5f80
commit
6adabe48eb
2
lib/form/yui/dateselector/dateselector.js
vendored
2
lib/form/yui/dateselector/dateselector.js
vendored
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user