LLWiki正在建设中,欢迎加入我们

“User:Bhsd/minerva.js”的版本间差异

跳转到导航 跳转到搜索
标签移动版网页编辑 移动版编辑
标签移动版网页编辑 移动版编辑
// 拆分自[[Special:Mypage/common.js]],不可使用ES6语法
"use strict";
mw.hook('mobile.menu').add(function($menu) {
console.info( $menu.parent() );
});
 
mw.loader.using( 'jquery.client' ).then(function() {
if ($.client.profile().name == 'firefox') {