Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
36877 vikas 1
// Beat Journey console is a standalone full page (its own styling, like
2
// route-analytics) — the sidebar entry navigates to it rather than AJAX-loading
3
// a fragment into #main-content.
4
$(document).on('click', '.beat-journey', function () {
5
    window.location.href = context + '/beat-journey';
6
});