kingkay000 commited on
Commit
5e649db
·
verified ·
1 Parent(s): af0ff82

Update index_inactives.php

Browse files
Files changed (1) hide show
  1. index_inactives.php +1 -1
index_inactives.php CHANGED
@@ -555,7 +555,7 @@ if (!empty($studentId)) {
555
  }
556
 
557
  searchTimeout = setTimeout(() => {
558
- fetch(`ajax_handlers.php?action=search_students&search=${encodeURIComponent(searchTerm)}`)
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) {