Hi, I've installed the Adapt Menu Controller:
https://github.com/cgkineo/adapt-menu-controller
In the Read-Me it says:
To register a menu:
Adapt.registerMenu("box", BoxMenuView);
Adapt.on('router:menu', function(model) {
//$('#wrapper').append(new BoxMenuView({model:model}).$el); < do not allow menu to render itself
});
But I don't know where this is supposed to go? It doesn't say where you put this code!