| 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 |
});
|