←上一编辑下一编辑→ MediaWiki:Mobile.js (查看源代码) 2021年2月23日 (二) 13:17的版本 添加308字节 、 2021年2月23日 (二) 13:17 无编辑摘要第3行: 第3行: /* 加载Mobile.css */ /* 加载Mobile.css */ mw.loader.using('mobile.site.styles'); mw.loader.using('mobile.site.styles'); + +/* 评论区评论表单置顶 */ +(function(){ + var commentBody = document.getElementsByClassName('comments-body')[0]; + var commentForm = commentBody.getElementsByTagName('form')[1]; + commentBody.removeChild(commentForm); + commentBody.insertBefore(commentForm, commentBody.childNodes[0]); +})(); /* 生成音频播放按钮 */ /* 生成音频播放按钮 */ DominicWoo评论管理员、界面管理员、管理员280个编辑