#3974 closed bug (worksforme)
jQuery UI Datepicker goes to Chinese after Clicking Next
Reported by: | grabanski | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | [meta] ui.themeroller | Version: | 1.6rc5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
when clicking the next button on the datepicker, the datepicker switches to chinese. This is because the following line of code is executed, changing the default language of the datepicker.
$.datepicker.setDefaults($.datepicker.regional['zh-TW']);});
It would also have to be removed for the other language packs.
Note: See
TracTickets for help on using
tickets.
I can't reproduce this behavior.