Added BW compatibility for themes using 'uniform'.

This commit is contained in:
Mike Jolley 2015-08-21 15:37:00 +01:00
parent 4c9acb86ae
commit 10c0b92d0d
4 changed files with 7 additions and 2 deletions

View File

@ -140,6 +140,10 @@
$( this ).blur();
}
if( $().uniform && $.isFunction( $.uniform.update ) ) {
$.uniform.update();
}
// Custom event for when variation selection has been changed
$form.trigger( 'woocommerce_variation_has_changed' );
} )

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -162,6 +162,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
* Fix - menu_order notices on IIS.
* Fix - Grouped product is_purchasable check during add to cart.
* Fix - Subscriptions 2.0 (unreleased) compatibility.
* Fix - Added BW compatibility for themes using 'uniform'.
* Tweak - Add tooltips for tax status and tax class options.
* Tweak - WC Setup wizard: multi-line step styling.
* Tweak - WC Setup wizard: site icon display on WP 4.3.