remove weird character
This commit is contained in:
@ -106,7 +106,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||||||
|
|
||||||
row.style.display = rowText.includes(query) ? '' : 'none';
|
row.style.display = rowText.includes(query) ? '' : 'none';
|
||||||
});
|
});
|
||||||
}, 200); // 200 ms debounce
|
}, 200); // 200ms debounce
|
||||||
|
|
||||||
searchInput.addEventListener('input', filterRows);
|
searchInput.addEventListener('input', filterRows);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user