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:
parent
0a97f1e432
commit
507931dd99
@ -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 = {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user