Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
// Beat Plan sidebar handler - opens in new window$(document).on('click', '.beat-plan', function () {window.open(context + "/beatPlanWindow", "BeatPlanner", "width=1400,height=900,scrollbars=yes,resizable=yes");});