mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Fix typo...
This commit is contained in:
parent
bd482c6881
commit
c3a0086e6c
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@ if(typeof current_lang !== "undefined" && current_lang !== 'en') {
|
|||
dateFormat:'yy-mm-dd'
|
||||
};
|
||||
jQuery.extend(jQuery.datepicker.regional[current_lang.replace("jp", "ja")],default_option);
|
||||
jQuery.datepicker.setDefaults( datepicker.regional[current_lang.replace("jp", "ja")] );
|
||||
jQuery.datepicker.setDefaults( jQuery.datepicker.regional[current_lang.replace("jp", "ja")] );
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue