diff --git a/common/js/plugins/ui/rx_datepicker.js b/common/js/plugins/ui/rx_datepicker.js index 6673acea1..f30977a9c 100644 --- a/common/js/plugins/ui/rx_datepicker.js +++ b/common/js/plugins/ui/rx_datepicker.js @@ -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")] ); }); } \ No newline at end of file