mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
Fix typo
This commit is contained in:
commit
59effb44ec
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'
|
dateFormat:'yy-mm-dd'
|
||||||
};
|
};
|
||||||
jQuery.extend(jQuery.datepicker.regional[current_lang.replace("jp", "ja")],default_option);
|
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