finished notification
This commit is contained in:
Vendored
+2
-2
@@ -436,7 +436,7 @@ async function openuptambahdanserah(e)
|
||||
{
|
||||
$.ajax({
|
||||
method: "GET",
|
||||
url: "{{ route('event.tellercash') }}",
|
||||
url: event_tellercash,
|
||||
success:function(data){
|
||||
console.log('successfull trigger');
|
||||
},
|
||||
@@ -602,7 +602,7 @@ function tambahdanserahanfunc(e)
|
||||
|
||||
$.ajax({
|
||||
method: "GET",
|
||||
url: "{{ route('event.tellercash') }}",
|
||||
url: event_tellercash,
|
||||
success:function(data){
|
||||
console.log('successfull trigger');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user