mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 14:23:53 +00:00
Restore page issues
Follow up to I96808541d48be7869fed3bc30babb80866e139ec which incorrectly wired up the page issues feature. Bug: T200867 Change-Id: I7c3198f95dae1f7c5e0991dca651dd64949b3615
This commit is contained in:
parent
9644e5372b
commit
100b7951a2
|
@ -272,7 +272,7 @@
|
|||
// Setup the issues banner on the page
|
||||
// Pages which dont exist (id 0) cannot have issues
|
||||
if ( !page.isMissing ) {
|
||||
issues.init( overlayManager );
|
||||
issues.init( overlayManager, page );
|
||||
}
|
||||
} );
|
||||
|
||||
|
|
Loading…
Reference in a new issue