diff options
author | Keith Wood <kbwood.au@gmail.com> | 2009-07-29 08:27:31 +0000 |
---|---|---|
committer | Keith Wood <kbwood.au@gmail.com> | 2009-07-29 08:27:31 +0000 |
commit | e84694a0c456895234b2686aeab72be69f3dbf74 (patch) | |
tree | 1e7dd76eb1b2db9970dedc5db8266667c9e3a678 | |
parent | b32cf77daaf2940a33677146628212d119522c95 (diff) | |
download | jquery-ui-e84694a0c456895234b2686aeab72be69f3dbf74.tar.gz jquery-ui-e84694a0c456895234b2686aeab72be69f3dbf74.zip |
Datepicker: Default duration changed
-rw-r--r-- | ui/ui.datepicker.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.datepicker.js b/ui/ui.datepicker.js index a2bc36623..295fd0aba 100644 --- a/ui/ui.datepicker.js +++ b/ui/ui.datepicker.js @@ -84,7 +84,7 @@ function Datepicker() { // string value starting with '+' for current year + value minDate: null, // The earliest selectable date, or null for no limit maxDate: null, // The latest selectable date, or null for no limit - duration: 'normal', // Duration of display/closure + duration: '_default', // Duration of display/closure beforeShowDay: null, // Function that takes a date and returns an array with // [0] = true if selectable, false if not, [1] = custom CSS class name(s) or '', // [2] = cell title (optional), e.g. $.datepicker.noWeekends |