瀏覽代碼

Temprorary disable kicks hack.

master
yanas 8 年之前
父節點
當前提交
76a7c7b426
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5
    1
      modules/UI/videolayout/RemoteVideo.js

+ 5
- 1
modules/UI/videolayout/RemoteVideo.js 查看文件

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

Loading…
取消
儲存