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.

pull/546/head
damencho 9 years ago
parent 32c2d912be
commit 8df6a29741
  1. 1
      modules/UI/shared_video/SharedVideo.js

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

Loading…
Cancel
Save