Skip to content

Commit

Permalink
display loader in review page, ref #483
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Jun 20, 2016
1 parent cd37e96 commit 696afc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/checkout.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jQuery(function($) {
var s_address_2 = address_2;
}

$('#order_methods, #order_review').block({message: null,overlayCSS: {background: '#fff',opacity: 0.6}});
$('#order_methods, #paypalexpress_order_review').block({message: null,overlayCSS: {background: '#fff',opacity: 0.6}});

var data = {
action: 'woocommerce_update_order_review',
Expand Down

0 comments on commit 696afc9

Please sign in to comment.