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