main
Ilham Wara Nugroho 2025-09-02 08:54:47 +07:00
parent 48702e6b00
commit 86a2b5121b
1 changed files with 6 additions and 0 deletions

View File

@ -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