Fix another case where we need to pass the section

Bug: T144654
Change-Id: I5f91b9329525ceaeb971d02f93c959d908d748f7
This commit is contained in:
Alex Monk 2016-10-13 20:24:47 +01:00
parent 56c5ecb0f1
commit 6b87b2671e

View file

@ -849,7 +849,7 @@
mechanism: 'url'
} );
if ( isViewPage && uri.query.veaction in editModes ) {
activateTarget( editModes[ uri.query.veaction ] );
activateTarget( editModes[ uri.query.veaction ], section );
} else {
if (
conf.enableWikitext &&