mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
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:
parent
2217913182
commit
fe85ee1ba6
|
@ -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'] ) ||
|
||||
|
|
|
@ -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 &&
|
||||
|
|
Loading…
Reference in a new issue