From 869e97eee13928d64e1b83f9894c1c1a40030f2e Mon Sep 17 00:00:00 2001 From: Ilham Wara Nugroho Date: Wed, 4 Feb 2026 15:57:07 +0700 Subject: [PATCH] update --- resources/views/modules/usulan/csak/form.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/modules/usulan/csak/form.blade.php b/resources/views/modules/usulan/csak/form.blade.php index b9fbdea..01060a7 100644 --- a/resources/views/modules/usulan/csak/form.blade.php +++ b/resources/views/modules/usulan/csak/form.blade.php @@ -694,7 +694,7 @@ $('.page').closest('.bg-primary-light').addClass('bg-success-light border-success text-success'); $('.page').closest('.bg-primary-light').removeClass('bg-primary-light border-primary border-secondary text-primary'); - if(response.page_number === true){ + if(response.reload == true){ window.location.reload(); }else{ getForm(response.page_number);