From 83546a899fa6f9ea662587bcc10d35d1a4c08eef Mon Sep 17 00:00:00 2001 From: damencho Date: Wed, 7 Sep 2016 10:48:13 -0500 Subject: [PATCH] Revert "Temprorary disable kicks hack." This reverts commit 76a7c7b426732a6d298c5350c05c05a5a2a12729. --- modules/UI/videolayout/RemoteVideo.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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;