MediaWiki:Gadget-FastWriterPage.js:修订间差异
无编辑摘要 |
无编辑摘要 |
||
第1行: | 第1行: | ||
mw.loader.using(['oojs-ui-core', 'oojs-ui-windows']).then(function () { | mw.loader.using(['oojs-ui-core', 'oojs-ui-windows']).then(function () { | ||
var pageTitle = mw.config.get('wgPageName'); | |||
if (pageTitle !== '帮助:文手页面生成器' && pageTitle !== 'MediaWiki:Gadget-FastWriterPage.js') { | |||
return; | |||
} | |||
var btn_submit = new OO.ui.ButtonWidget({ | var btn_submit = new OO.ui.ButtonWidget({ | ||
label: '提交', | label: '提交', |