Changeset 52213
- Timestamp:
- 11/19/2021 01:01:23 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/assets/js/primary-navigation.js
r51304 r52213 181 181 setTimeout(function () { 182 182 var anchor = document.getElementById(event.target.hash.slice(1)); 183 anchor.scrollIntoView(); 183 if ( anchor ) { 184 anchor.scrollIntoView(); 185 } 184 186 }, 550); 185 187 }
Note: See TracChangeset
for help on using the changeset viewer.