Changeset 26515
- Timestamp:
- 12/02/2013 01:50:24 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/js/theme.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/theme.js
r26514 r26515 592 592 593 593 // Update the URL hash 594 if ( event.target.value ) 595 themes.router.navigate( 'search/' + event.target.value );596 else594 if ( event.target.value ) { 595 themes.router.navigate( 'search/' + event.target.value, { replace: true } ); 596 } else { 597 597 themes.router.navigate( '' ); 598 } 598 599 } 599 600 });
Note: See TracChangeset
for help on using the changeset viewer.