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;