Revert "Temprorary disable kicks hack."

This reverts commit 76a7c7b426.
pull/842/head
damencho 9 years ago
parent 2eca459ff6
commit 83546a899f
  1. 6
      modules/UI/videolayout/RemoteVideo.js

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

Loading…
Cancel
Save