Changeset 56102
- Timestamp:
- 06/29/2023 06:28:56 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/js/functions.js
r52285 r56102 95 95 } ); 96 96 } else { 97 siteNavigation.find( '.menu-item-has-children > a' ). unbind( 'touchstart.twentysixteen' );97 siteNavigation.find( '.menu-item-has-children > a' ).off( 'touchstart.twentysixteen' ); 98 98 } 99 99 }
Note: See TracChangeset
for help on using the changeset viewer.