Typo in assets/js/frontend/checkout.js:437

This commit is contained in:
Jack Gregory 2015-01-27 09:22:38 +00:00
parent 5f63425e0a
commit acfc4f5b55
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@ jQuery( function( $ ) {
return false;
},
remove_coupon: function( e ) {
e.preDefault();
e.preventDefault();
var container = $( this ).parents( '.woocommerce-checkout-review-order' ),
coupon = $( this ).data( 'coupon' );