зеркало из https://github.com/nextcloud/spreed.git
Remove redundant
Signed-off-by: Artur Bergen <artur.bergen@struktur.de>
This commit is contained in:
Родитель
35f2b2fd1c
Коммит
0de8d69501
|
@ -956,8 +956,8 @@ var spreedPeerConnectionTable = [];
|
|||
}
|
||||
|
||||
var $hideVideoButton = $('#hideVideo');
|
||||
if(OCA.SpreedMe.webrtc.webrtc.localStream.getVideoTracks() < 1) {
|
||||
$hideVideoButton.removeClass('video-disabled icon-video-off-white')
|
||||
if(OCA.SpreedMe.webrtc.webrtc.localStream.getVideoTracks().length < 1) {
|
||||
$hideVideoButton.removeClass('video-disabled')
|
||||
.addClass('no-video-available icon-video-off-white')
|
||||
.attr('data-original-title', t('spreed', 'No Camera'));
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче