Subversion Repositories SmartDukaan

Rev

Rev 24608 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24608 Rev 27754
Line 1... Line 1...
1
$(function() {
1
$(function() {
2
 
2
 
3
	$(".punch-in-outs").live('click', function() {
3
	$(document).on('click', ".punch-in-outs", function() {
4
		loadPunchInOuts("main-content");
4
		loadPunchInOuts("main-content");
5
		
5
		
6
	});
6
	});
7
 
7
 
8
	$("#punch-in-outs-paginated .next")
8
	$("#punch-in-outs-paginated .next")