Subversion Repositories SmartDukaan

Rev

Rev 36877 | Details | Compare with Previous | Last modification | View Log | RSS feed

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