Merge "Fix edit source links for NWE"

This commit is contained in:
jenkins-bot 2016-10-26 00:25:22 +00:00 committed by Gerrit Code Review
commit b5317b694f

View file

@ -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;