mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
demos/index.html - fixed resetDemos function so year follows month by default.
This commit is contained in:
parent
10b7241364
commit
720b460ba6
@ -165,7 +165,7 @@
|
||||
}
|
||||
|
||||
function resetDemos() {
|
||||
$.datepicker.setDefaults($.datepicker.regional['']);
|
||||
$.datepicker.setDefaults($.extend({showMonthAfterYear: false}, $.datepicker.regional['']));
|
||||
$(".ui-dialog-content").remove();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user