Changeset 31625
- Timestamp:
- 03/05/2015 04:14:13 PM (10 years ago)
- Location:
- trunk/src/wp-includes/js/media
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/media/audio-video.js
r31493 r31625 821 821 } 822 822 823 if ( this.m edia.src.indexOf( 'vimeo' ) > -1 && ! ( 'Froogaloop' in window ) ) {823 if ( this.model.get( 'src' ).indexOf( 'vimeo' ) > -1 && ! ( 'Froogaloop' in window ) ) { 824 824 baseSettings = wp.media.mixin.mejsSettings; 825 825 this.scriptXhr = $.getScript( baseSettings.pluginPath + 'froogaloop.min.js', _.bind( this.loadPlayer, this ) ); -
trunk/src/wp-includes/js/media/views/media-details.js
r31493 r31625 94 94 } 95 95 96 if ( this.m edia.src.indexOf( 'vimeo' ) > -1 && ! ( 'Froogaloop' in window ) ) {96 if ( this.model.get( 'src' ).indexOf( 'vimeo' ) > -1 && ! ( 'Froogaloop' in window ) ) { 97 97 baseSettings = wp.media.mixin.mejsSettings; 98 98 this.scriptXhr = $.getScript( baseSettings.pluginPath + 'froogaloop.min.js', _.bind( this.loadPlayer, this ) );
Note: See TracChangeset
for help on using the changeset viewer.