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