Ticket #53672: 53672.diff
File 53672.diff, 509 bytes (added by , 4 years ago) |
---|
-
src/js/media/views/attachments/browser.js
88 88 } 89 89 90 90 this.updateContent(); 91 this.updateLoadMoreView();92 91 92 if ( ! infiniteScrolling ) { 93 this.updateLoadMoreView(); 94 } 95 93 96 if ( ! this.options.sidebar || 'errors' === this.options.sidebar ) { 94 97 this.$el.addClass( 'hide-sidebar' ); 95 98