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

提供:Vikipedia
編集の要約なし
タグ: モバイル編集 モバイルウェブ編集
編集の要約なし
タグ: モバイル編集 モバイルウェブ編集
1行目: 1行目:
$(window.document).ready(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");
     var wikiURL = config.wgServer + config.wgScriptPath;
 
    mw.loader.load(wikiURL + "/index.php?title=MediaWiki:MobileUI.js&action=raw&ctype=application/javascript");
});
});

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

$(window.document).ready(function () {
    var config = mw.config.get(["wgServer", "wgScriptPath"]);
    var wikiURL = config.wgServer + config.wgScriptPath;

    mw.loader.load(wikiURL + "/index.php?title=MediaWiki:MobileUI.js&action=raw&ctype=application/javascript");
});