Temprorary disable kicks hack.

pull/834/head
yanas 9 years ago
parent 238e1f1bea
commit 76a7c7b426
  1. 6
      modules/UI/videolayout/RemoteVideo.js

@ -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;

Loading…
Cancel
Save