Subversion Repositories SmartDukaan

Rev

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

Rev 34088 Rev 34425
Line 721... Line 721...
721
			function (response) {
721
			function (response) {
722
				$('.retailer-contacts-container').html(response);
722
				$('.retailer-contacts-container').html(response);
723
			});
723
			});
724
	}
724
	}
725
 
725
 
726
});
-
 
727
726
});
-
 
727
 
-
 
728
// analysis dasboard js for retailer
-
 
729
 
-
 
730
$(document).on('click', '.dashboard-view', function () {
-
 
731
	var fofoId = $(this).data('fofoid');
-
 
732
 
-
 
733
	window.open(context + "/analysisDashboard?fofoId=" + fofoId, '_blank');
-
 
734
});
-
 
735