소스 검색

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…
취소
저장