aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorCa-Phun Ung <pazu2k@gmail.com>2009-01-02 13:45:18 +0000
committerCa-Phun Ung <pazu2k@gmail.com>2009-01-02 13:45:18 +0000
commit720b460ba6a8e0498ac25770907bbb983df31378 (patch)
tree5e2e862276d8faa2354d44b81beea55a8c8fe970 /demos
parent10b72413643bfa4a505a77efee6db8b50120c4e3 (diff)
downloadjquery-ui-720b460ba6a8e0498ac25770907bbb983df31378.tar.gz
jquery-ui-720b460ba6a8e0498ac25770907bbb983df31378.zip
demos/index.html - fixed resetDemos function so year follows month by default.
Diffstat (limited to 'demos')
-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();
}
});