Ticket #31762: 31762.patch
File 31762.patch, 665 bytes (added by , 10 years ago) |
---|
-
wp-content/themes/twentythirteen/js/functions.js
57 57 58 58 // Fix sub-menus for touch devices. 59 59 if ( 'ontouchstart' in window ) { 60 menu.find( '.menu-item-has-children > a ' ).on( 'touchstart.twentythirteen', function( e ) {60 menu.find( '.menu-item-has-children > a, .page_item_has_children > a' ).on( 'touchstart.twentythirteen', function( e ) { 61 61 var el = $( this ).parent( 'li' ); 62 62 63 63 if ( ! el.hasClass( 'focus' ) ) {