「MediaWiki:Mobile.js」の版間の差分

提供:Vikipedia
(内容を「(function () { var config = mw.config.get(["wgServer", "wgScriptPath"]); mw.loader.load(config.wgServer + config.wgScriptPath + "/MobileUI.js"); })();」で置換)
タグ: 置換 モバイル編集 モバイルウェブ編集
編集の要約なし
タグ: モバイル編集 モバイルウェブ編集
1行目: 1行目:
(function () {
$(window.document).ready(function () {
     var config = mw.config.get(["wgServer", "wgScriptPath"]);
     var config = mw.config.get(["wgServer", "wgScriptPath"]);
     mw.loader.load(config.wgServer + config.wgScriptPath + "/MobileUI.js");
     mw.loader.load(config.wgServer + config.wgScriptPath + "/MobileUI.js");
})();
});

2019年6月23日 (日) 02:25時点における版

$(window.document).ready(function () {
    var config = mw.config.get(["wgServer", "wgScriptPath"]);
    mw.loader.load(config.wgServer + config.wgScriptPath + "/MobileUI.js");
});