Explorar el Código

Merge pull request #842 from jitsi/revert-kicks

Revert "Temprorary disable kicks hack."
master
yanas hace 9 años
padre
commit
fe710d8de9
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  1. 1
    5
      modules/UI/videolayout/RemoteVideo.js

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

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

Loading…
Cancelar
Guardar