Просмотр исходного кода

Revert "Temprorary disable kicks hack."

This reverts commit 76a7c7b426.
master
damencho 9 лет назад
Родитель
Сommit
83546a899f
1 измененных файлов: 1 добавлений и 5 удалений
  1. 1
    5
      modules/UI/videolayout/RemoteVideo.js

+ 1
- 5
modules/UI/videolayout/RemoteVideo.js Просмотреть файл

129
         APP.translation.translateString("videothumbnail.kick") +
129
         APP.translation.translateString("videothumbnail.kick") +
130
         "</div>";
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
     ejectLinkItem.innerHTML = ejectIndicator + ' ' + ejectText;
133
     ejectLinkItem.innerHTML = ejectIndicator + ' ' + ejectText;
138
     ejectLinkItem.id = "ejectlink_" + this.id;
134
     ejectLinkItem.id = "ejectlink_" + this.id;
139
 
135
 

Загрузка…
Отмена
Сохранить