Temprorary disable kicks hack.

This commit is contained in:
yanas 2016-09-02 11:19:17 -05:00
parent 238e1f1bea
commit 76a7c7b426
1 changed files with 5 additions and 1 deletions

View File

@ -129,7 +129,11 @@ RemoteVideo.prototype._generatePopupContent = function () {
APP.translation.translateString("videothumbnail.kick") +
"</div>";
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;