From 9a3d8de8a608e3f4a977f6099705d70543684846 Mon Sep 17 00:00:00 2001 From: marszayn Date: Wed, 6 Aug 2025 10:31:09 +0700 Subject: [PATCH] update: testing admin scan --- Views/Admin/Transport/SpjAdmin/Scan/Index.cshtml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Views/Admin/Transport/SpjAdmin/Scan/Index.cshtml b/Views/Admin/Transport/SpjAdmin/Scan/Index.cshtml index 207c429..eca8bb4 100644 --- a/Views/Admin/Transport/SpjAdmin/Scan/Index.cshtml +++ b/Views/Admin/Transport/SpjAdmin/Scan/Index.cshtml @@ -462,7 +462,6 @@ minute: '2-digit' }); - // Custom modal untuk success dengan HTML yang lebih rapi this.showSuccessModal(code, tanggal, waktu); setTimeout(() => { @@ -584,7 +583,6 @@ 'transform': 'scale(1)' }, 300); - // Auto hide untuk loading modal setelah 3 detik jika tidak ada tombol if (!showCloseButton && type === 'loading') { setTimeout(() => { this.hideModal(); @@ -593,7 +591,6 @@ } showSuccessModal(code, tanggal, waktu) { - // Custom success modal dengan UI yang lebih keren const successIcon = `
@@ -648,14 +645,12 @@ 'transform': 'scale(1)' }, 300); - // Auto hide setelah 2 detik setTimeout(() => { this.hideModal(); }, 2000); } showErrorModal(code) { - // Custom error modal dengan UI yang lebih keren const errorIcon = `
@@ -719,7 +714,6 @@ 'transform': 'scale(1)' }, 300); - // Auto hide setelah 2 detik setTimeout(() => { this.hideModal(); }, 2000);