Fix cancel. Closes #1054.

This commit is contained in:
Mike Jolley 2012-05-26 17:42:26 +01:00
parent 19be69d1d8
commit 66acc8dcfc
3 changed files with 4 additions and 1 deletions

View File

@ -767,6 +767,8 @@ jQuery( function($){
});
} else {
$('.woocommerce_attributes').unblock();
}
return false;

File diff suppressed because one or more lines are too long

View File

@ -160,6 +160,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
* Fix - fix for https://bugs.php.net/bug.php?id=61166 (thanks Max Rice)
* Fix - postcode validation when country is different for shipping vs billing
* Fix - user_email typo
* Fix - Cancelling adding an attribute blocks panel
= 1.5.6 - 17/05/2012 =
* Feature - Default display for shipping methods is radio buttons. Before, when methods were enabled/disabled based on coupons or customer, changed methods could go unnoticed. Radio options are always visible.