Changeset 8882 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/build.jsx
- Timestamp:
- 05/27/2019 08:34:59 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/build.jsx
r8880 r8882 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 }39 34 }
Note: See TracChangeset
for help on using the changeset viewer.