From e89ea60c6afd36ae3d52df85a6610fdd9df424f2 Mon Sep 17 00:00:00 2001 From: Ilham Wara Nugroho Date: Wed, 17 Jun 2026 13:19:33 +0700 Subject: [PATCH] update --- .../views/modules/form/form-edit.blade.php | 23 ++----------------- resources/views/modules/form/index.blade.php | 2 ++ 2 files changed, 4 insertions(+), 21 deletions(-) diff --git a/resources/views/modules/form/form-edit.blade.php b/resources/views/modules/form/form-edit.blade.php index aef7e42..9386556 100644 --- a/resources/views/modules/form/form-edit.blade.php +++ b/resources/views/modules/form/form-edit.blade.php @@ -21,13 +21,7 @@
- +
@@ -37,20 +31,7 @@
- +
diff --git a/resources/views/modules/form/index.blade.php b/resources/views/modules/form/index.blade.php index a6cc288..189d313 100644 --- a/resources/views/modules/form/index.blade.php +++ b/resources/views/modules/form/index.blade.php @@ -247,6 +247,8 @@ $('.edit').on('click',function(){ $('#formModalEdit').modal('show'); + $('.year').val($(this).attr('data-tahun')); + $('.instansi').val($(this).attr('data-instansi')); }); function showCreateModal() {