Fix incorrect relative URLs in other JS libraries #1601

This commit is contained in:
Kijin Sung 2021-02-05 11:50:13 +09:00
parent 5c0c4a3f76
commit 9160b867aa
4 changed files with 8 additions and 8 deletions

View file

@ -3,7 +3,7 @@
* @author MinSoo Kim <misol.kr@gmail.com>
**/
if(typeof current_lang !== "undefined" && current_lang !== 'en') {
jQuery.getScript(request_uri + "./common/js/plugins/ui/i18n/datepicker-"+ current_lang.replace("jp", "ja") +".js", function() {
jQuery.getScript(request_uri + "common/js/plugins/ui/i18n/datepicker-"+ current_lang.replace("jp", "ja") +".js", function() {
var default_option = {
dateFormat:'yy-mm-dd'
};