[2.4] Start variations tiptip for .help_tip elements, closes #9151

This commit is contained in:
Claudio Sanches 2015-09-22 14:06:54 -03:00
parent ad80f2188b
commit ec2fdcc2d4
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ jQuery( function( $ ) {
// Init TipTip
$( '#tiptip_holder' ).removeAttr( 'style' );
$( '#tiptip_arrow' ).removeAttr( 'style' );
$( '.woocommerce_variations .tips', wrapper ).tipTip({
$( '.woocommerce_variations .tips, .woocommerce_variations .help_tip', wrapper ).tipTip({
'attribute': 'data-tip',
'fadeIn': 50,
'fadeOut': 50,

File diff suppressed because one or more lines are too long