Revert "Disable VE on Special:Undelete"

No longer needed. The underlying problem was fixed in
1aae17c7a5.

Bug: T173154
Bug: T174748
Change-Id: If10301ee78ba031238a11a9f9b2130a2b47a567c
This commit is contained in:
Bartosz Dziewoński 2018-11-05 17:36:25 +00:00
parent 976ea12d0f
commit 259aadaf12

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()