Changeset 29473
- Timestamp:
- 08/12/2014 09:57:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/media-views.js
r29471 r29473 3244 3244 $( 'body' ).addClass( 'modal-open' ); 3245 3245 3246 $el.show() .find( '.media-modal-close' ).focus();3246 $el.show(); 3247 3247 3248 3248 // Try to close the onscreen keyboard … … 3257 3257 } 3258 3258 } 3259 3260 $el.find( '.media-modal-close' ).focus(); 3259 3261 3260 3262 return this.propagate('open');
Note: See TracChangeset
for help on using the changeset viewer.