MediaWiki:AFC-submit-wizard.js: Difference between revisions

Content deleted Content added
improve error tracking
hide page controls like edit, history and language selector which are irrelevant and confusing while using the wizard
Line 92:
document.title = msg('document-title');
$('#firstHeading').text(msg('page-title'));
// CSS adjustments for vector-2022: hide prominent page controls which are
// irrelevant and confusing while using the wizard
mw.util.addCSS(
'.vector-page-toolbar { display: none }' +
'.vector-page-titlebar #p-lang-btn { display: none } '
);
 
var apiOptions = {