미디어위키:Gadget-Jsfxr.js: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
잔글편집 요약 없음 |
잔글편집 요약 없음 |
||
5번째 줄: | 5번째 줄: | ||
mw.loader.getScript("https://cdn.jsdelivr.net/gh/Xen-alpha/jsfxr@master/riffwave.js"), | mw.loader.getScript("https://cdn.jsdelivr.net/gh/Xen-alpha/jsfxr@master/riffwave.js"), | ||
mw.loader.getScript("https://cdn.jsdelivr.net/gh/Xen-alpha/jsfxr@master/sfxr.js" ) | mw.loader.getScript("https://cdn.jsdelivr.net/gh/Xen-alpha/jsfxr@master/sfxr.js" ) | ||
).then(function( | ).then(function(res) {console.log(res);}).catch(function(e) {console.log(mw.log.error(e))}); | ||
} | } | ||
$(loadJsfxr); | $(loadJsfxr); |
2024년 10월 13일 (일) 20:26 판
function loadJsfxr(){
var parameter = document.getElementById("libertygame-sfx");
if (!parameter || parameter.innerText === "") return;
$.when(
mw.loader.getScript("https://cdn.jsdelivr.net/gh/Xen-alpha/jsfxr@master/riffwave.js"),
mw.loader.getScript("https://cdn.jsdelivr.net/gh/Xen-alpha/jsfxr@master/sfxr.js" )
).then(function(res) {console.log(res);}).catch(function(e) {console.log(mw.log.error(e))});
}
$(loadJsfxr);