From 8df6a2974156a7a51eef5b7f206236f972c39d12 Mon Sep 17 00:00:00 2001 From: damencho Date: Tue, 22 Mar 2016 17:15:35 -0500 Subject: [PATCH] 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. --- modules/UI/shared_video/SharedVideo.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/UI/shared_video/SharedVideo.js b/modules/UI/shared_video/SharedVideo.js index e65f7d12a..efde0ba28 100644 --- a/modules/UI/shared_video/SharedVideo.js +++ b/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;