瀏覽代碼

Removes hoverIn/Out detection for shared video that shows/hides displayname, as we always display the name of the video when there is no thumb shown. And we do not want the name over the thumb.

j8
damencho 9 年之前
父節點
當前提交
8df6a29741
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      modules/UI/shared_video/SharedVideo.js

+ 0
- 1
modules/UI/shared_video/SharedVideo.js 查看文件

@@ -336,7 +336,6 @@ function SharedVideoThumb (url)
336 336
     this.videoSpanId = "sharedVideoContainer";
337 337
     this.container = this.createContainer(this.videoSpanId);
338 338
     this.container.onclick = this.videoClick.bind(this);
339
-    this.bindHoverHandler();
340 339
 
341 340
     SmallVideo.call(this, VideoLayout);
342 341
     this.isVideoMuted = true;

Loading…
取消
儲存