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.

This commit is contained in:
damencho 2016-03-22 17:15:35 -05:00
parent 32c2d912be
commit 8df6a29741
1 changed files with 0 additions and 1 deletions

View File

@ -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;