Fix typo...

This commit is contained in:
MinSoo Kim 2016-04-14 19:44:57 +09:00
parent bd482c6881
commit c3a0086e6c

View file

@ -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")] );
});
}