Subversion Repositories SmartDukaan

Rev

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

Rev 5145 Rev 6603
Line 209... Line 209...
209
		$('label.error').remove();
209
		$('label.error').remove();
210
        $('#frmCancelOrder').hide();
210
        $('#frmCancelOrder').hide();
211
        $('#order_cancel').show();
211
        $('#order_cancel').show();
212
	});
212
	});
213
	
213
	
-
 
214
	$('#refund-recharge').click(function() {
-
 
215
		$('#refund-recharge').remove();
-
 
216
		$('#refundButtonDiv').html("Please Wait...");
-
 
217
		$('#refundRechargeForm').submit();
-
 
218
	});
-
 
219
	
214
});
220
});
215
 
221
 
216
/**
222
/**
217
	Primary Address output for Shipping Address page
223
	Primary Address output for Shipping Address page
218
*/
224
*/