Changeset 30780
- Timestamp:
- 12/07/2014 09:11:23 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/media-views.js
r30777 r30780 2396 2396 2397 2397 this.on( 'content:create:iframe', this.iframeContent, this ); 2398 this.on( 'content:deactivate:iframe', this.iframeContentCleanup, this ); 2398 2399 this.on( 'menu:render:default', this.iframeMenu, this ); 2399 2400 this.on( 'open', this.hijackThickbox, this ); … … 2410 2411 controller: this 2411 2412 }); 2413 }, 2414 2415 iframeContentCleanup: function( content ) { 2416 this.$el.removeClass('hide-toolbar'); 2412 2417 }, 2413 2418
Note: See TracChangeset
for help on using the changeset viewer.