Changeset 30461
- Timestamp:
- 11/20/2014 03:36:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/media-views.js
r30374 r30461 3019 3019 3020 3020 // Trigger the controller to set focus 3021 view.controller.trigger( 'edit:selection', this );3021 this.trigger( 'edit:selection', this ); 3022 3022 }, 3023 3023 … … 6267 6267 6268 6268 editSelection: function( modal ) { 6269 modal.$ el.find( '.media-button-backToLibrary' ).focus();6269 modal.$( '.media-button-backToLibrary' ).focus(); 6270 6270 }, 6271 6271
Note: See TracChangeset
for help on using the changeset viewer.