MinervaNeue/resources/skins.minerva.scripts/initLogging.js

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