Added BW compatibility for themes using 'uniform'.
This commit is contained in:
parent
4c9acb86ae
commit
10c0b92d0d
|
@ -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
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue