Procházet zdrojové kódy

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 před 9 roky
rodič
revize
8df6a29741
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0
    1
      modules/UI/shared_video/SharedVideo.js

+ 0
- 1
modules/UI/shared_video/SharedVideo.js Zobrazit soubor

336
     this.videoSpanId = "sharedVideoContainer";
336
     this.videoSpanId = "sharedVideoContainer";
337
     this.container = this.createContainer(this.videoSpanId);
337
     this.container = this.createContainer(this.videoSpanId);
338
     this.container.onclick = this.videoClick.bind(this);
338
     this.container.onclick = this.videoClick.bind(this);
339
-    this.bindHoverHandler();
340
 
339
 
341
     SmallVideo.call(this, VideoLayout);
340
     SmallVideo.call(this, VideoLayout);
342
     this.isVideoMuted = true;
341
     this.isVideoMuted = true;

Načítá se…
Zrušit
Uložit