Ticket #22716: 22716.diff
File 22716.diff, 375 bytes (added by , 13 years ago) |
---|
-
wp-includes/js/media-views.js
1903 1903 if ( ! this.views.attached ) 1904 1904 this.attach(); 1905 1905 1906 this.$el.show() .focus();1906 this.$el.show(); 1907 1907 return this.propagate('open'); 1908 1908 }, 1909 1909