mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 00:00:49 +00:00
Merge "Don't block VE/NWE from loading if 'editintro' is specified"
This commit is contained in:
commit
a973528d67
|
@ -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'] ) ||
|
||||
|
|
|
@ -854,7 +854,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