Changeset 29277
- Timestamp:
- 07/23/2014 05:53:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/mediaelement/wp-playlist.js
r29179 r29277 145 145 if ( last !== current ) { 146 146 this.setPlayer( true ); 147 } else if ( this.isCompatibleSrc() ){147 } else { 148 148 this.playerNode.attr( 'src', this.current.get( 'src' ) ); 149 149 this.playCurrentSrc();
Note: See TracChangeset
for help on using the changeset viewer.