mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Missed highlightWeek setting default
This commit is contained in:
parent
51c9a185e0
commit
9aabd24300
@ -86,6 +86,7 @@ function Datepicker() {
|
||||
yearRange: '-10:+10', // Range of years to display in drop-down,
|
||||
// either relative to current year (-nn:+nn) or absolute (nnnn:nnnn)
|
||||
changeFirstDay: true, // True to click on day name to change, false to remain as set
|
||||
highlightWeek: false, // True to highlight the selected week
|
||||
showOtherMonths: false, // True to show dates in other months, false to leave blank
|
||||
showWeeks: false, // True to show week of the year, false to omit
|
||||
calculateWeek: this.iso8601Week, // How to calculate the week of the year,
|
||||
|
Loading…
Reference in New Issue
Block a user