Merge pull request #842 from jitsi/revert-kicks

Revert "Temprorary disable kicks hack."
This commit is contained in:
yanas 2016-09-07 10:59:23 -05:00 committed by GitHub
commit fe710d8de9
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;