From 255f37489423fabae3019eddcd94c31a7ad2659d Mon Sep 17 00:00:00 2001 From: isymchych Date: Wed, 17 Feb 2016 14:37:06 +0200 Subject: [PATCH] fix watermark logo blinking during video switching --- modules/UI/videolayout/LargeVideo.js | 29 ++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/modules/UI/videolayout/LargeVideo.js b/modules/UI/videolayout/LargeVideo.js index 474c54a80..57e603e4f 100644 --- a/modules/UI/videolayout/LargeVideo.js +++ b/modules/UI/videolayout/LargeVideo.js @@ -300,14 +300,6 @@ class VideoContainer extends LargeContainer { this.$avatar.css("visibility", show ? "visible" : "hidden"); } - /** - * Show or hide watermark. - * @param {boolean} show - */ - showWatermark (show) { - $('.watermark').css('visibility', show ? 'visible' : 'hidden'); - } - // We are doing fadeOut/fadeIn animations on parent div which wraps // largeVideo, because when Temasys plugin is in use it replaces //