@ -171,14 +171,14 @@ if (isMobile()) {
// The share and http source selector element can't be fetched till the players ready.
player . one ( 'playing' , function ( ) {
var share _element = document . getElementsByClassName ( 'vjs-share-control' ) [ 0 ] ;
operations _bar _element . append ( share _element ) ;
if ( video _data . params . quality === 'dash' ) {
var http _source _selector = document . getElementsByClassName ( 'vjs-http-source-selector vjs-menu-button' ) [ 0 ] ;
operations _bar _element . append ( http _source _selector ) ;
}
} ) ;
var share _element = document . getElementsByClassName ( 'vjs-share-control' ) [ 0 ] ;
operations _bar _element . append ( share _element ) ;
if ( video _data . params . quality === 'dash' ) {
var http _source _selector = document . getElementsByClassName ( 'vjs-http-source-selector vjs-menu-button' ) [ 0 ] ;
operations _bar _element . append ( http _source _selector ) ;
}
} ) ;
}
// Enable VR video support