Browse Source

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 years ago
parent
commit
8df6a29741
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      modules/UI/shared_video/SharedVideo.js

+ 0
- 1
modules/UI/shared_video/SharedVideo.js View File

@@ -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…
Cancel
Save