Ver código fonte

Merge pull request #842 from jitsi/revert-kicks

Revert "Temprorary disable kicks hack."
master
yanas 8 anos atrás
pai
commit
fe710d8de9
1 arquivos alterados com 1 adições e 5 exclusões
  1. 1
    5
      modules/UI/videolayout/RemoteVideo.js

+ 1
- 5
modules/UI/videolayout/RemoteVideo.js Ver arquivo

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

Carregando…
Cancelar
Salvar