Revert "Temprorary disable kicks hack."

This reverts commit 76a7c7b426.
This commit is contained in:
damencho 2016-09-07 10:48:13 -05:00
parent 2eca459ff6
commit 83546a899f
1 changed files with 1 additions and 5 deletions

View File

@ -129,11 +129,7 @@ RemoteVideo.prototype._generatePopupContent = function () {
APP.translation.translateString("videothumbnail.kick") + APP.translation.translateString("videothumbnail.kick") +
"</div>"; "</div>";
/** ejectLinkItem.className = 'ejectlink';
* TO FIX: Disabled kicks until they're fixed.
* @type {string}
*/
ejectLinkItem.className = 'ejectlink disabled';
ejectLinkItem.innerHTML = ejectIndicator + ' ' + ejectText; ejectLinkItem.innerHTML = ejectIndicator + ' ' + ejectText;
ejectLinkItem.id = "ejectlink_" + this.id; ejectLinkItem.id = "ejectlink_" + this.id;