今天是2026年7月24日 第30周 星期五
代人,时大变了。
我们生活在大地上,但我们的梦想超越天空。
“MediaWiki:Mobile.js/edit.js”的版本间的差异
跳到导航
跳到搜索
(创建页面,内容为“→Any JavaScript here will be loaded for users using the mobile site: $(function() { //在提交新段落時,讓主題欄在特定情況下失效 if ($('#no…”) 标签:移动网页编辑 移动版编辑 |
(没有差异)
|
2020年8月1日 (六) 23:37的最新版本
/* Any JavaScript here will be loaded for users using the mobile site */
$(function() {
//在提交新段落時,讓主題欄在特定情況下失效
if ($('#no-new-title').length) {
if ($('#editform input[name=wpSection]').val() === 'new') {
// 手機版文本編輯器
if (mw.config.get('skin') === 'minerva') {
mw.util.addCSS('#wpSummaryLabel { display: none; }');
}
}
}
});