main
Ilham Wara Nugroho 2026-01-19 11:37:37 +07:00
parent 69ad162cef
commit ec3749139b
1 changed files with 7 additions and 3 deletions

View File

@ -570,10 +570,14 @@
$('.nilai_provinsi').html(response.nilai_prov); $('.nilai_provinsi').html(response.nilai_prov);
$('.page').closest('.activePage').addClass('bg-success'); // $('.page').closest('.activePage').addClass('bg-success');
$('.page').closest('.activePage').addClass('text-white'); // $('.page').closest('.activePage').addClass('text-white');
$('.page').removeClass('activePage'); // $('.page').removeClass('activePage');
// (checkPenilaian($hal) == true ? 'bg-success text-white' : '' ) // (checkPenilaian($hal) == true ? 'bg-success text-white' : '' )
$('.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');
}, },
error: function (xhr, status, error) { error: function (xhr, status, error) {
// console.error('AJAX Error:', status, error); // console.error('AJAX Error:', status, error);