Don't block VE/NWE from loading if 'editintro' is specified

Later we should actually show the edit intro, but that is a
separate issue (T56029).

Bug: T153481
Change-Id: I97622a3d86b975866305aaa745bac51f6b55f217
This commit is contained in:
Ed Sanders 2016-12-31 15:22:11 +00:00
parent 2217913182
commit fe85ee1ba6
2 changed files with 0 additions and 2 deletions

View file

@ -152,7 +152,6 @@ class VisualEditorHooks {
// TODO: Other params too? See identical list in ve.init.mw.DesktopArticleTarget.init.js
isset( $params['undo'] ) ||
isset( $params['undoafter'] ) ||
isset( $params['editintro'] ) ||
isset( $params['preload'] ) ||
isset( $params['preloadtitle'] ) ||
isset( $params['preloadparams'] ) ||

View file

@ -842,7 +842,6 @@
if (
uri.query.undo === undefined &&
uri.query.undoafter === undefined &&
uri.query.editintro === undefined &&
uri.query.preload === undefined &&
uri.query.preloadtitle === undefined &&
uri.query.preloadparams === undefined &&