From 76a7c7b426732a6d298c5350c05c05a5a2a12729 Mon Sep 17 00:00:00 2001 From: yanas Date: Fri, 2 Sep 2016 11:19:17 -0500 Subject: [PATCH] Temprorary disable kicks hack. --- modules/UI/videolayout/RemoteVideo.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/UI/videolayout/RemoteVideo.js b/modules/UI/videolayout/RemoteVideo.js index 52d898d20..dfae9d758 100644 --- a/modules/UI/videolayout/RemoteVideo.js +++ b/modules/UI/videolayout/RemoteVideo.js @@ -129,7 +129,11 @@ RemoteVideo.prototype._generatePopupContent = function () { APP.translation.translateString("videothumbnail.kick") + ""; - ejectLinkItem.className = 'ejectlink'; + /** + * TO FIX: Disabled kicks until they're fixed. + * @type {string} + */ + ejectLinkItem.className = 'ejectlink disabled'; ejectLinkItem.innerHTML = ejectIndicator + ' ' + ejectText; ejectLinkItem.id = "ejectlink_" + this.id;