mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 01:30:15 +00:00
Follow-up f9e8c5057
: fix JS error
Bug: T114833 Change-Id: I73d37a0688165125db56c1d6c088f215b19f421e
This commit is contained in:
parent
f9e8c5057c
commit
983c7a2463
|
@ -337,7 +337,7 @@
|
|||
mw.echo.logger.logInteraction(
|
||||
mw.echo.Logger.static.actions.notificationImpression,
|
||||
'flyout',
|
||||
widget.getModel().getId(),
|
||||
items[ i ].getModel().getId(),
|
||||
items[ i ].getModel().getCategory()
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue