Subversion Repositories SmartDukaan

Rev

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

Rev 26348 Rev 26349
Line 130... Line 130...
130
		doAjaxGetDownload(context+"/tagListing/download/4", "pricing.xlsx")
130
		doAjaxGetDownload(context+"/tagListing/download/4", "pricing.xlsx")
131
	});
131
	});
132
	
132
	
133
	$('.mk_auto_process').live('click', function (){
133
	$('.mk_auto_process').live('click', function (){
134
		
134
		
135
	}
135
	});
136
 
136
 
137
	$('.mk_view_imeis').live('click', function (){
137
	$('.mk_view_imeis').live('click', function (){
138
		clickedPriceDrop = $(this);
138
		clickedPriceDrop = $(this);
139
		var trElement=$(this).closest('tr');
139
		var trElement=$(this).closest('tr');
140
		var priceDropId = trElement.data('pricedropid');
140
		var priceDropId = trElement.data('pricedropid');