From 2333cb36bca31d78a8fe46912e4550e3f361440f Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 11 Feb 2026 14:19:04 -0800 Subject: [PATCH] remove weird character --- files/dashboard/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/dashboard/index.php b/files/dashboard/index.php index 5f9265a..874bda1 100644 --- a/files/dashboard/index.php +++ b/files/dashboard/index.php @@ -106,7 +106,7 @@ document.addEventListener('DOMContentLoaded', () => { row.style.display = rowText.includes(query) ? '' : 'none'; }); - }, 200); // 200 ms debounce + }, 200); // 200ms debounce searchInput.addEventListener('input', filterRows); });