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

添加126字节 、​ 2021年2月18日 (四) 00:53
无编辑摘要
标签移动版网页编辑 移动版编辑
"use strict";
/*global mw, $, VConsole*/
$('h1').hover(function() { $(this).css('font-style', 'italic'); },
function() { $(this).css('font-style', 'normal'); });
 
mw.gadgets = mw.gadgets || {};
mw.loader.using( 'jquery.client' ).then(function() {
16,874

个编辑