mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 14:33:59 +00:00
Merge "ve.init.mw.DesktopArticleTarget: Fix missing '&&'"
This commit is contained in:
commit
daf7a32c03
|
@ -877,7 +877,7 @@
|
||||||
activateTarget( editModes[ uri.query.veaction ], section );
|
activateTarget( editModes[ uri.query.veaction ], section );
|
||||||
} else {
|
} else {
|
||||||
if (
|
if (
|
||||||
init.isWikitextAvailable
|
init.isWikitextAvailable &&
|
||||||
(
|
(
|
||||||
tabPreference === 'prefer-ve' ||
|
tabPreference === 'prefer-ve' ||
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in a new issue