From 6b87b2671e7a3c6d986e278b59595eb6d65458af Mon Sep 17 00:00:00 2001 From: Alex Monk Date: Thu, 13 Oct 2016 20:24:47 +0100 Subject: [PATCH] Fix another case where we need to pass the section Bug: T144654 Change-Id: I5f91b9329525ceaeb971d02f93c959d908d748f7 --- .../ve-mw/init/targets/ve.init.mw.DesktopArticleTarget.init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ve-mw/init/targets/ve.init.mw.DesktopArticleTarget.init.js b/modules/ve-mw/init/targets/ve.init.mw.DesktopArticleTarget.init.js index d50c7d146c..869d2943d0 100644 --- a/modules/ve-mw/init/targets/ve.init.mw.DesktopArticleTarget.init.js +++ b/modules/ve-mw/init/targets/ve.init.mw.DesktopArticleTarget.init.js @@ -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 &&