fixed switching to large video from FF on safari
This commit is contained in:
parent
236c4bb37c
commit
19d9c0be50
|
@ -322,7 +322,7 @@ SmallVideo.prototype.selectVideoElement = function () {
|
|||
} else {
|
||||
return $('#' + this.videoSpanId +
|
||||
(this.isLocal ? '>>' : '>') +
|
||||
videoElem + '>param[value="video"]').parent();
|
||||
videoElem + '>param[value="video"]').first().parent();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue