[mirotalksfu] - fix participants search

هذا الالتزام موجود في:
Miroslav Pejic
2022-08-23 10:36:06 +02:00
الأصل 15ca1cc4c2
التزام a00bab0912

عرض الملف

@@ -3202,7 +3202,7 @@ class RoomClient {
table = this.getId('myTable');
tr = table.getElementsByTagName('tr');
for (i = 0; i < tr.length; i++) {
td = tr[i].getElementsByTagName('td')[0];
td = tr[i].getElementsByTagName('td')[1];
if (td) {
txtValue = td.textContent || td.innerText;
if (txtValue.toUpperCase().indexOf(filter) > -1) {