Temprorary disable kicks hack.
This commit is contained in:
parent
238e1f1bea
commit
76a7c7b426
|
@ -129,7 +129,11 @@ RemoteVideo.prototype._generatePopupContent = function () {
|
||||||
APP.translation.translateString("videothumbnail.kick") +
|
APP.translation.translateString("videothumbnail.kick") +
|
||||||
"</div>";
|
"</div>";
|
||||||
|
|
||||||
ejectLinkItem.className = 'ejectlink';
|
/**
|
||||||
|
* TO FIX: Disabled kicks until they're fixed.
|
||||||
|
* @type {string}
|
||||||
|
*/
|
||||||
|
ejectLinkItem.className = 'ejectlink disabled';
|
||||||
ejectLinkItem.innerHTML = ejectIndicator + ' ' + ejectText;
|
ejectLinkItem.innerHTML = ejectIndicator + ' ' + ejectText;
|
||||||
ejectLinkItem.id = "ejectlink_" + this.id;
|
ejectLinkItem.id = "ejectlink_" + this.id;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue