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

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

跳转到导航 跳转到搜索
删除98字节 、​ 2021年2月20日 (六) 03:54
无编辑摘要
标签移动版网页编辑 移动版编辑
标签移动版网页编辑 移动版编辑
"use strict";
/*global mw, $, VConsole*/
$('#content').on('mouseenter', 'h1', function() { $(this).css('font-style', 'italic'); })
.on('mouseleave', 'h1', function() { $(this).css('font-style', 'normal'); });
 
mw.gadgets = mw.gadgets || {};
mw.loader.using( 'jquery.client' ).then(function() {
.then(function() {
new VConsole(); // jshint ignore: line
$('.vc-cmd-input#__vconsole').replaceWith( $one('<textarea>click', {class: 'vc-cmd-input'}function() );{
$('.vc-cmd-input').replaceWith( $('<textarea>', {class: 'vc-cmd-input'}) );
});
});
}
16,874

个编辑

导航菜单