Changeset 30746
- Timestamp:
- 12/05/2014 10:58:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/js/navigation.js
r29095 r30746 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
Note: See TracChangeset
for help on using the changeset viewer.