Changeset 8880 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/build.jsx
- Timestamp:
- 05/27/2019 04:46:54 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/build.jsx
r5454 r8880 32 32 33 33 container.replaceChild( temp.querySelector( '#screenshots' ), document.getElementById( 'screenshots' ) ); 34 35 // On page load, we want to show or hide <Screenshots /> after it is rendered, based on the #hash in url. 36 if ( typeof window.showUrlHashTargetTab === 'function' ) { 37 window.showUrlHashTargetTab(); 38 } 34 39 }
Note: See TracChangeset
for help on using the changeset viewer.