From 15095734b161907b8f017d97f87543deb2e5ee40 Mon Sep 17 00:00:00 2001 From: Dwi Swandhana Date: Tue, 7 Apr 2026 12:16:36 +0700 Subject: [PATCH] update --- htdocs/resources/views/dokter/dashborad.blade.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/htdocs/resources/views/dokter/dashborad.blade.php b/htdocs/resources/views/dokter/dashborad.blade.php index 8932d537..a4c5b5ec 100644 --- a/htdocs/resources/views/dokter/dashborad.blade.php +++ b/htdocs/resources/views/dokter/dashborad.blade.php @@ -386,10 +386,6 @@ $(document).ready(function() { confirmButtonText: 'Ya, batalkan', cancelButtonText: 'Tidak' }, function(isConfirm) { - if (!isConfirm) { - return; - } - $.post('{{ url("dashboard/early-warning") }}/' + id + '/cancel', { _token: '{{ csrf_token() }}' }, function (data) { swal({ title: data.status || 'Sukses',