2015-01-29 21:30:31 +01:00

12 lines
186 B
Plaintext

$(".confirm").show(100,function (){
$('#new_order').hide(100, function(){
window.location.href = '<%= paid_by_paypal_public_order_path(@order.token) %>';
});
});