mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 22:25:27 +00:00
Merge "Correct the link for page issues in the old treatment."
This commit is contained in:
commit
993e77e76b
|
@ -188,8 +188,7 @@
|
|||
} );
|
||||
} else {
|
||||
$link = createLinkElement( labelText );
|
||||
// In group A, we link to all issues no matter where the banner is.
|
||||
$link.attr( 'href', '#/issues/' + KEYWORD_ALL_SECTIONS );
|
||||
$link.attr( 'href', '#/issues/' + section );
|
||||
$link.click( function () {
|
||||
pageIssuesLogger.log( {
|
||||
action: 'issueClicked',
|
||||
|
|
Loading…
Reference in a new issue