Subversion Repositories SmartDukaan

Rev

Rev 36877 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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