addded notification
This commit is contained in:
Vendored
+19
@@ -434,6 +434,17 @@ async function openuptambahdanserah(e)
|
||||
}
|
||||
else
|
||||
{
|
||||
$.ajax({
|
||||
method: "GET",
|
||||
url: "{{ route('event.tellercash') }}",
|
||||
success:function(data){
|
||||
console.log('successfull trigger');
|
||||
},
|
||||
error: function(xhRequest, ajaxOptions, thrownError){
|
||||
console.log(xhRequest,thrownError);
|
||||
}
|
||||
})
|
||||
|
||||
$.ajax({
|
||||
method:"POST",
|
||||
url: api_url + '/api/requestTeller/' + kodcaw,
|
||||
@@ -589,6 +600,14 @@ function tambahdanserahanfunc(e)
|
||||
if(id == "serahanmodal")
|
||||
{
|
||||
|
||||
$.ajax({
|
||||
method: "GET",
|
||||
url: "{{ route('event.tellercash') }}",
|
||||
success:function(data){
|
||||
console.log('successfull trigger');
|
||||
}
|
||||
})
|
||||
|
||||
$.ajax({
|
||||
method:"POST",
|
||||
url: api_url + '/api/requestTeller/' + kodcaw,
|
||||
|
||||
Reference in New Issue
Block a user