Ticket #24767: 24767.4.diff
File 24767.4.diff, 630 bytes (added by , 10 years ago) |
---|
-
src/wp-content/themes/twentytwelve/js/navigation.js
42 42 } ); 43 43 44 44 if ( 'ontouchstart' in window ) { 45 $( '.menu-item-has-children > a' ).on( 'touchstart.twentytwelve', function( e ) {45 $('body').on( 'touchstart.twentytwelve', '.menu-item-has-children > a, .page_item_has_children > a', function( e ) { 46 46 var el = $( this ).parent( 'li' ); 47 47 48 48 if ( ! el.hasClass( 'focus' ) ) {