$(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; }'); } } } });