From c41c219206a7462cdabf26306c9eec1295eed294 Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Fri, 4 Nov 2016 15:24:05 -0500 Subject: [PATCH] fix(Thumbnails): removes unused css classes --- index.html | 2 +- modules/UI/videolayout/RemoteVideo.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a5d9063be3..f24aeb54ee 100644 --- a/index.html +++ b/index.html @@ -168,7 +168,7 @@
- +
diff --git a/modules/UI/videolayout/RemoteVideo.js b/modules/UI/videolayout/RemoteVideo.js index f7607cf7e9..607eab791a 100644 --- a/modules/UI/videolayout/RemoteVideo.js +++ b/modules/UI/videolayout/RemoteVideo.js @@ -629,7 +629,7 @@ RemoteVideo.prototype.removeRemoteVideoMenu = function() { RemoteVideo.createContainer = function (spanId) { let container = document.createElement('span'); container.id = spanId; - container.className = 'videocontainer videocontainer_remote'; + container.className = 'videocontainer'; let wrapper = document.createElement('div'); wrapper.className = 'videocontainer__background';