focusin for IE Closes #866.

This commit is contained in:
Mike Jolley 2012-05-08 16:41:16 +01:00
parent a537b2c18f
commit e5f93e448b
3 changed files with 3 additions and 3 deletions

View File

@ -508,7 +508,7 @@ jQuery(document).ready(function($) {
$.uniform.update(); $.uniform.update();
} }
}).focus(function(){ }).bind( 'focusin', function() {
check_variations( $(this).attr('name') ); check_variations( $(this).attr('name') );

File diff suppressed because one or more lines are too long

View File

@ -40,7 +40,7 @@ global $woocommerce, $product, $post;
<?php endif;?> <?php endif;?>
</select> <?php </select> <?php
if ( sizeof($attributes) == $loop ) { if ( sizeof($attributes) == $loop ) {
echo '<a class="reset_variations" href="#reset">'.__('Reset selection', 'woocommerce').'</a>'; echo '<a class="reset_variations" href="#reset">'.__('Clear selection', 'woocommerce').'</a>';
} }
?></td> ?></td>
</tr> </tr>