Subversion Repositories SmartDukaan

Rev

Rev 26817 | Rev 30466 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
26246 amit.gupta 1
$(document).on('click', '.activated_imeis', function() {
26825 amit.gupta 2
	if(typeof pendingPO != "undefined") {
3
		delete pendingPO;
4
		delete pendingPOCustomer;
5
	}
26246 amit.gupta 6
	doGetAjaxRequestHandler(context+"/activatedImeis", function(response){
7
		$('#main-content').html(response);
8
	});
9
});