Aquarius.register([ { id: 'loader', type: 'Loader', config: { events: [ 'content.load:after', 'ajax.load:after' ], factories: { 'Factory/Target': [ 'Target/Modal', 'Target/Side', 'Target/Window' ], 'Factory/Panel': [ 'Panel/Table', 'Panel/Tree', 'Panel/Login', 'Panel/Chooser', 'Panel/Browser' ] } } }, { id: 'module.owl', type: 'Module/Owl' }, { id: 'module.parallax', type: 'Module/Parallax' }, { id: 'analytics', type: 'Analytics' } ]); $(document).ready(function () { Aquarius.startAll(); Aquarius.hub.get('main').broadcast('content.load:after', { element: $('body'), url: top.location.href }); });