MediaWiki:Mobile.js:修订间差异

Admin留言 | 贡献
无编辑摘要
标签移动版编辑 移动版网页编辑
Admin留言 | 贡献
无编辑摘要
标签移动版编辑 移动版网页编辑
 
(未显示同一用户的4个中间版本)
第3行: 第3行:
   for MW-1.34.2 with MobileFrontend and MinervaNeue  
   for MW-1.34.2 with MobileFrontend and MinervaNeue  
   Just replace span text and href to add links */
   Just replace span text and href to add links */
mw.loader.using('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css',"text/css");


var navbar = function (data, textStatus, jqxhr) {
var navbar = function (data, textStatus, jqxhr) {
第41行: 第40行:
         newul.appendChild(li[i]);
         newul.appendChild(li[i]);
     }
     }
    $('.menu ul#p-otherlink').after(newul);
     console.log(newul);
     console.log(newul);
};
};