mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 14:33:59 +00:00
Merge "Fix edit source links for NWE"
This commit is contained in:
commit
b5317b694f
|
@ -669,7 +669,7 @@
|
|||
return target;
|
||||
} );
|
||||
} else {
|
||||
section = +( new mw.Uri( e.target.href ).query.section );
|
||||
section = +( new mw.Uri( e.target.href ).query.vesection );
|
||||
targetPromise = targetPromise.then( function ( target ) {
|
||||
target.section = section;
|
||||
return target;
|
||||
|
|
Loading…
Reference in a new issue