Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

// Beat Journey console is a standalone full page (its own styling, like
// route-analytics) — 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';
});