Remove multiblock hover tracking event
This commit is contained in:
@@ -43,7 +43,6 @@ module.exports = class MultiblockViewerController extends BaseController
|
||||
if itemDisplay?
|
||||
@$captionText.html itemDisplay.itemName
|
||||
@_imageLoader.load itemDisplay.iconUrl, @$captionIcon
|
||||
tracker.trackEvent c.tracking.category.multiblock, 'hover', itemDisplay.slug
|
||||
else
|
||||
@$captionText.html ' '
|
||||
@$captionIcon.attr 'src', '/images/empty.png'
|
||||
|
||||
Reference in New Issue
Block a user