update
parent
48702e6b00
commit
86a2b5121b
|
@ -87,6 +87,9 @@
|
||||||
request = $.ajax({
|
request = $.ajax({
|
||||||
url: base_url,
|
url: base_url,
|
||||||
type: "GET",
|
type: "GET",
|
||||||
|
xhrFields: {
|
||||||
|
withCredentials: true
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// Callback handler that will be called on success
|
// Callback handler that will be called on success
|
||||||
|
@ -130,6 +133,9 @@ var id = $(this).attr('data-id');
|
||||||
request = $.ajax({
|
request = $.ajax({
|
||||||
url: base_url,
|
url: base_url,
|
||||||
type: "GET",
|
type: "GET",
|
||||||
|
xhrFields: {
|
||||||
|
withCredentials: true
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// Callback handler that will be called on success
|
// Callback handler that will be called on success
|
||||||
|
|
Loading…
Reference in New Issue