// 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. var mainMenu = require( './menu.js' ); module.exports = function () { mainMenu.enableLogging(); };