미디어위키:Gadget-Jsfxr.js: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
잔글편집 요약 없음 |
잔글편집 요약 없음 |
||
5번째 줄: | 5번째 줄: | ||
mw.loader.getScript("https://sfxr.me/sfxr.js").then(function(result){ | mw.loader.getScript("https://sfxr.me/sfxr.js").then(function(result){ | ||
console.log(result); | console.log(result); | ||
}); | }, function(e) {console.log(e);}); | ||
} | } | ||
$(loadJsfxr); | $(loadJsfxr); |
2024년 10월 13일 (일) 19:16 판
function loadJsfxr(){
var parameter = document.getElementById("libertygame-sfx");
if (!parameter || parameter.innerText === "") return;
mw.loader.load("https://sfxr.me/riffwave.js", "text/javascript");
mw.loader.getScript("https://sfxr.me/sfxr.js").then(function(result){
console.log(result);
}, function(e) {console.log(e);});
}
$(loadJsfxr);