Don't check for AFC/R, since the gadget does it

The MediaWiki-space JS page that loads this gadget has been
updated onwiki to not load on AFC/R.
This commit is contained in:
Daniel Glus 2018-07-31 20:43:16 -04:00
parent 0a97f1e432
commit 507931dd99

View File

@ -31,13 +31,6 @@
return !!subscriptToLoad;
} );
// Special case: don't initialize submissions.js on
// Wikipedia:Articles for creation/Redirects, since that
// isn't a draft
if ( pageName === 'Wikipedia:Articles for creation/Redirects' ) {
subscriptToLoad = null;
}
if ( subscriptToLoad ) {
// Initialize the AFCH object
window.AFCH = {};