Merge pull request #546 from damencho/shared-video-display-name

Removes hoverIn/Out detection for shared video that shows/hides displ…
pull/551/head
yanas 9 years ago
commit c4f4dcdb4f
  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