diff options
Diffstat (limited to 'ui/ui.datepicker.js')
-rw-r--r-- | ui/ui.datepicker.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/ui.datepicker.js b/ui/ui.datepicker.js index 9cba3619c..1c4ffbc19 100644 --- a/ui/ui.datepicker.js +++ b/ui/ui.datepicker.js @@ -40,12 +40,9 @@ function Datepicker() { this._dayOverClass = 'ui-datepicker-days-cell-over'; // The name of the day hover marker class this.regional = []; // Available regional settings, indexed by language code this.regional[''] = { // Default regional settings - clearText: 'Clear', // Display text for clear link closeText: 'Done', // Display text for close link prevText: 'Prev', // Display text for previous month link - prevBigText: '<<', // Display text for previous year link nextText: 'Next', // Display text for next month link - nextBigText: '>>', // Display text for next year link currentText: 'Today', // Display text for current month link monthNames: ['January','February','March','April','May','June', 'July','August','September','October','November','December'], // Names of months for drop-down and formatting |