mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 22:25:27 +00:00
de353c06c9
This reverts commitd11c84d08b
. We decided to track both old MobileWebMainMenuClickTracking and new MobileWebUIActionsTracking for some time. Then once everything goes stable and it's proven to work correctly we will merged11c84d08b
. Bug: T220016 Change-Id: Ib4d52e8b8c870774041284e575564a9933af6136
9 lines
340 B
JavaScript
9 lines
340 B
JavaScript
// This initialises EventLogging for main menu and some prominent links in the UI.
|
|
// This code should only be loaded on the Minerva skin, it does not apply to other skins.
|
|
// @deprecated and to be removed the moment that T220016 is live.
|
|
var mainMenu = require( './menu.js' );
|
|
|
|
module.exports = function () {
|
|
mainMenu.enableLogging();
|
|
};
|