Rev 36877 | Blame | Compare with Previous | Last modification | View Log | RSS feed
// Beat Journey console is a standalone full page (its own styling) — the sidebar// entry navigates to it rather than AJAX-loading a fragment into #main-content.$(document).on('click', '.beat-journey', function () {window.location.href = context + '/beat-journey';});