touchstart event for ios devices. Closes #3376.
@coenjacobs might be good for .15
This commit is contained in:
parent
5b2ed3f243
commit
d13ec3bcd6
|
@ -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
Loading…
Reference in New Issue