finished notification

This commit is contained in:
hafifierahman
2024-11-08 22:00:17 +08:00
parent 4c113cb052
commit c4388321aa
9 changed files with 688 additions and 36 deletions
+2 -2
View File
@@ -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');
}