Changeset 37610
- Timestamp:
- 06/01/2016 05:38:04 PM (9 years ago)
- Location:
- trunk/src/wp-includes/js
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/media-views.js
r37113 r37610 3773 3773 this.controller.on( 'edit:selection', this.editSelection ); 3774 3774 this.createToolbar(); 3775 this.createUploader(); 3776 this.createAttachments(); 3775 3777 if ( this.options.sidebar ) { 3776 3778 this.createSidebar(); 3777 3779 } 3778 this.createUploader();3779 this.createAttachments();3780 3780 this.updateContent(); 3781 3781 -
trunk/src/wp-includes/js/media/views/attachments/browser.js
r36575 r37610 42 42 this.controller.on( 'edit:selection', this.editSelection ); 43 43 this.createToolbar(); 44 this.createUploader(); 45 this.createAttachments(); 44 46 if ( this.options.sidebar ) { 45 47 this.createSidebar(); 46 48 } 47 this.createUploader();48 this.createAttachments();49 49 this.updateContent(); 50 50
Note: See TracChangeset
for help on using the changeset viewer.