Changeset 60423
- Timestamp:
- 07/07/2025 06:48:52 PM (9 days ago)
- Location:
- branches/6.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.8
-
branches/6.8/src/wp-content/themes/twentytwentyone/assets/js/primary-navigation.js
r59856 r60423 212 212 }; 213 213 214 window.addEventListener( 'load', function() {214 document.addEventListener( 'DOMContentLoaded', function() { 215 215 new navMenu( 'primary' ); 216 216 } );
Note: See TracChangeset
for help on using the changeset viewer.