main
Ilham Wara Nugroho 2026-02-04 15:55:08 +07:00
parent e4fb4a5e10
commit fe6c270b56
1 changed files with 6 additions and 3 deletions

View File

@ -694,9 +694,12 @@
$('.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');
getForm(response.page_number);
// window.location.reload();
if(response.page_number == true){
window.location.reload();
}else{
getForm(response.page_number);
}
},
error: function (xhr) {
toastr.error(