Subversion Repositories SmartDukaan

Rev

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

Rev 27171 Rev 27754
Line 1... Line 1...
1
$(function() {
1
$(function() {
2
	$(".lead").live('click', function() {
2
	$(document).on('click', ".lead", function() {
3
		loadFranchiseeVisit("main-content");
3
		loadFranchiseeVisit("main-content");
4
	});
4
	});
5
});
5
});
6
 
6
 
7
function loadFranchiseeVisit(domId) {
7
function loadFranchiseeVisit(domId) {