Spaces:
Running
Running
Update index_inactives.php
Browse files- index_inactives.php +1 -1
index_inactives.php
CHANGED
|
@@ -555,7 +555,7 @@ if (!empty($studentId)) {
|
|
| 555 |
}
|
| 556 |
|
| 557 |
searchTimeout = setTimeout(() => {
|
| 558 |
-
fetch(`
|
| 559 |
.then(response => response.json())
|
| 560 |
.then(data => {
|
| 561 |
if (data.error) {
|
|
|
|
| 555 |
}
|
| 556 |
|
| 557 |
searchTimeout = setTimeout(() => {
|
| 558 |
+
fetch(`ajax_handlers_inactives.php?action=search_students&search=${encodeURIComponent(searchTerm)}`)
|
| 559 |
.then(response => response.json())
|
| 560 |
.then(data => {
|
| 561 |
if (data.error) {
|