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