main
Ilham Wara Nugroho 2026-02-04 16:04:15 +07:00
parent b001aaba20
commit 813011dc64
1 changed files with 5 additions and 1 deletions

View File

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