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 {
|
} else {
|
||||||
$link = createLinkElement( labelText );
|
$link = createLinkElement( labelText );
|
||||||
// In group A, we link to all issues no matter where the banner is.
|
$link.attr( 'href', '#/issues/' + section );
|
||||||
$link.attr( 'href', '#/issues/' + KEYWORD_ALL_SECTIONS );
|
|
||||||
$link.click( function () {
|
$link.click( function () {
|
||||||
pageIssuesLogger.log( {
|
pageIssuesLogger.log( {
|
||||||
action: 'issueClicked',
|
action: 'issueClicked',
|
||||||
|
|
Loading…
Reference in a new issue