Merge "Revert "Disable VE on Special:Undelete""

This commit is contained in:
jenkins-bot 2018-11-05 21:08:46 +00:00 committed by Gerrit Code Review
commit 678d59fb92

View file

@ -993,10 +993,7 @@
// Not on the edit conflict page of the TwoColumnConflict extension (T156251)
// TODO: Allow the TwoColumnConflict extension to do this itself (T174180)
mw.config.get( 'wgTwoColConflict' ) !== 'true' &&
// Not on Special:Undelete (T173154)
mw.config.get( 'wgCanonicalSpecialPageName' ) !== 'Undelete'
mw.config.get( 'wgTwoColConflict' ) !== 'true'
);
// Duplicated in VisualEditor.hooks.php#isVisualAvailable()