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

@ -9,7 +9,7 @@ jQuery(function($){
// 컬러 피커가 내장된 브라우저에서는 내장된 컬러피커 이용
if ( $("input.rx-spectrum").prop('type') != 'color' ) {
$.getScript(request_uri + "./common/js/plugins/spectrum/i18n/jquery.spectrum-"+ xe.current_lang.replace("jp", "ja").toLowerCase() +".js", function() {
$.getScript(request_uri + "common/js/plugins/spectrum/i18n/jquery.spectrum-"+ xe.current_lang.replace("jp", "ja").toLowerCase() +".js", function() {
var settings = {
showInput: true,
allowEmpty:true,