update
parent
b09f8d3c3c
commit
cc7c93c4f2
|
@ -294,6 +294,9 @@
|
|||
if(query.length > 0) {
|
||||
$.ajax({
|
||||
url: "{{ url('sekolahNpsn') }}",
|
||||
xhrFields: {
|
||||
withCredentials: false
|
||||
},
|
||||
type: "GET",
|
||||
data: {
|
||||
query: query,
|
||||
|
|
Loading…
Reference in New Issue