mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
Fix incorrect relative URLs in other JS libraries #1601
This commit is contained in:
parent
5c0c4a3f76
commit
9160b867aa
4 changed files with 8 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue