[mirotalksfu] - fix participants search
هذا الالتزام موجود في:
@@ -3202,7 +3202,7 @@ class RoomClient {
|
|||||||
table = this.getId('myTable');
|
table = this.getId('myTable');
|
||||||
tr = table.getElementsByTagName('tr');
|
tr = table.getElementsByTagName('tr');
|
||||||
for (i = 0; i < tr.length; i++) {
|
for (i = 0; i < tr.length; i++) {
|
||||||
td = tr[i].getElementsByTagName('td')[0];
|
td = tr[i].getElementsByTagName('td')[1];
|
||||||
if (td) {
|
if (td) {
|
||||||
txtValue = td.textContent || td.innerText;
|
txtValue = td.textContent || td.innerText;
|
||||||
if (txtValue.toUpperCase().indexOf(filter) > -1) {
|
if (txtValue.toUpperCase().indexOf(filter) > -1) {
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم