Subversion Repositories SmartDukaan

Rev

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

Rev 27755 Rev 28725
Line 74... Line 74...
74
		var targetId = $(this).attr('data');
74
		var targetId = $(this).attr('data');
75
		console.log("targetId = " + targetId);
75
		console.log("targetId = " + targetId);
76
		loadPartnerTargetDetails(targetId, "partner-target-details-container");
76
		loadPartnerTargetDetails(targetId, "partner-target-details-container");
77
	});
77
	});
78
 
78
 
79
	$(document).on('click', ".target-slide", function() {
-
 
80
		loadTargetInfoPage("main-content");
-
 
81
	});
79
	
82
 
80
 
83
	$(document).on('click', ".deleteslab", function() {
81
	$(document).on('click', ".deleteslab", function() {
84
		console.log("delete slab button clicked");
82
		console.log("delete slab button clicked");
85
		var index = $(this).data('index');
83
		var index = $(this).data('index');
86
		console.log(index);
84
		console.log(index);