aboutsummaryrefslogtreecommitdiffstats
path: root/demos/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/index.html')
-rw-r--r--demos/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/index.html b/demos/index.html
index 51c4a9fcd..6c60f6bad 100644
--- a/demos/index.html
+++ b/demos/index.html
@@ -165,8 +165,8 @@
}
function resetDemos() {
- $.datepicker.setDefaults($.datepicker.regional['']);
- $(".ui-dialog-content").remove();
+ $.datepicker.setDefaults($.extend({showMonthAfterYear: false}, $.datepicker.regional['']));
+ $(".ui-dialog-content").remove();
}
});