[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2022-05-20 09:03:17 +02:00
الأصل 0dd0efe00d
التزام a76661dd0e

عرض الملف

@@ -1597,7 +1597,6 @@ function setParticipantsTippy(peers) {
setTippy('sendMessageToAll', 'Send message to all', 'top');
setTippy('sendYouTubeAll', 'Share YouTube to all', 'top');
setTippy('ejectAllButton', 'Eject all participants', 'top');
}
//
for (let peer of Array.from(peers.keys())) {
let peer_info = peers.get(peer).peer_info;
@@ -1610,6 +1609,7 @@ function setParticipantsTippy(peers) {
setTippy(peer_id + '___pEject', 'Eject', 'top');
}
}
}
function refreshParticipantsCount(count) {
participantsTitle.innerHTML = `<i class="fas fa-users"></i> Participants ( ${count} )`;