From 19d9c0be50f75fabd91696c8560b1246f2b58e86 Mon Sep 17 00:00:00 2001 From: isymchych Date: Thu, 19 Nov 2015 14:32:07 +0200 Subject: [PATCH] fixed switching to large video from FF on safari --- modules/UI/videolayout/SmallVideo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/UI/videolayout/SmallVideo.js b/modules/UI/videolayout/SmallVideo.js index 3d5e7acd2..8186fdffc 100644 --- a/modules/UI/videolayout/SmallVideo.js +++ b/modules/UI/videolayout/SmallVideo.js @@ -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(); } };