touchstart event for ios devices. Closes #3376.

@coenjacobs might be good for .15
This commit is contained in:
Mike Jolley 2013-09-13 15:48:23 +01:00
parent 5b2ed3f243
commit d13ec3bcd6
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@
} )
// Upon gaining focus
.on( 'focusin', '.variations select', function( event ) {
.on( 'focusin touchstart', '.variations select', function( event ) {
$variation_form = $(this).closest('form.variations_form');

File diff suppressed because one or more lines are too long