Subversion Repositories SmartDukaan

Rev

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

Rev 24411 Rev 24414
Line 152... Line 152...
152
			rejectedArr=[];
152
			rejectedArr=[];
153
			response.rejectedImeis.forEach(function(val,index){
153
			response.rejectedImeis.forEach(function(val,index){
154
				rejectedArr.push('<option>' +  val + '</option>')
154
				rejectedArr.push('<option>' +  val + '</option>')
155
			});
155
			});
156
			$('select.mk_rejected').html(rejectedArr.join(''));
156
			$('select.mk_rejected').html(rejectedArr.join(''));
157
			if(rejected) {}
157
			//if(rejected) {}
158
		});
158
		});
159
	});
159
	});
160
	
160
	
161
	$('.mk_process_price_drop').live('click', function (){
161
	$('.mk_process_price_drop').live('click', function (){
162
		if (confirm("Are you sure you want to Update Payout?")) {
162
		if (confirm("Are you sure you want to Update Payout?")) {