Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
36621 ranu 1
// Beat Plan sidebar handler - opens in new window
2
$(document).on('click', '.beat-plan', function () {
3
	window.open(context + "/beatPlanWindow", "BeatPlanner", "width=1400,height=900,scrollbars=yes,resizable=yes");
4
});