diff --git a/resources/views/modules/management/user_sekolah/index.blade.php b/resources/views/modules/management/user_sekolah/index.blade.php index 42a269b..580b67c 100644 --- a/resources/views/modules/management/user_sekolah/index.blade.php +++ b/resources/views/modules/management/user_sekolah/index.blade.php @@ -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