diff --git a/modules/UI/videolayout/RemoteVideo.js b/modules/UI/videolayout/RemoteVideo.js index dfae9d758..52d898d20 100644 --- a/modules/UI/videolayout/RemoteVideo.js +++ b/modules/UI/videolayout/RemoteVideo.js @@ -129,11 +129,7 @@ RemoteVideo.prototype._generatePopupContent = function () { APP.translation.translateString("videothumbnail.kick") + ""; - /** - * TO FIX: Disabled kicks until they're fixed. - * @type {string} - */ - ejectLinkItem.className = 'ejectlink disabled'; + ejectLinkItem.className = 'ejectlink'; ejectLinkItem.innerHTML = ejectIndicator + ' ' + ejectText; ejectLinkItem.id = "ejectlink_" + this.id;