Changeset 11692
- Timestamp:
- 03/22/2022 02:05:28 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-openverse/js/message.js
r11590 r11692 17 17 } 18 18 19 console.log(`Replacing state URL: ${url}`);20 19 history.replaceState( 21 20 value.state, … … 25 24 26 25 if (value.title) { 27 console.log(`Setting document title: ${value.title}`);28 26 document.title = value.title; 29 27 }
Note: See TracChangeset
for help on using the changeset viewer.