瀏覽代碼

fixed switching to large video from FF on safari

j8
isymchych 10 年之前
父節點
當前提交
19d9c0be50
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      modules/UI/videolayout/SmallVideo.js

+ 1
- 1
modules/UI/videolayout/SmallVideo.js 查看文件

@@ -322,7 +322,7 @@ SmallVideo.prototype.selectVideoElement = function () {
322 322
     } else {
323 323
         return $('#' + this.videoSpanId +
324 324
                (this.isLocal ? '>>' : '>') +
325
-               videoElem + '>param[value="video"]').parent();
325
+                 videoElem + '>param[value="video"]').first().parent();
326 326
     }
327 327
 };
328 328
 

Loading…
取消
儲存