update
parent
ff40c6d439
commit
63a6207271
|
|
@ -489,11 +489,15 @@
|
||||||
if((tim_adiwiyata >= 1)){
|
if((tim_adiwiyata >= 1)){
|
||||||
|
|
||||||
if(tim_adiwiyata == 2){
|
if(tim_adiwiyata == 2){
|
||||||
if(($('input[name="tim_adiwiyata[nomor_sk]]"').val() == '') || ($('input[name="tim_adiwiyata[link]"]').val() == '')){
|
if(($('input[name="tim_adiwiyata_nomor_sk"').val() == '') || ($('input[name="tim_adiwiyata_link"]').val() == '')){
|
||||||
toastr.error("Nomor SK dan Link GDrive Tim Adiwiyata Belum Diisi ", 'Error!', {positionClass: 'toast-bottom-right', containerId: 'toast-bottom-right'});
|
toastr.error("Nomor SK dan Upload File Tim Adiwiyata Belum Diisi ", 'Error!', {positionClass: 'toast-bottom-right', containerId: 'toast-bottom-right'});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(($('input[name="file_usulan"').val() == '')){
|
||||||
|
toastr.error("File Usulan Sekolah Adiwiyata Belum Di Upload ", 'Error!', {positionClass: 'toast-bottom-right', containerId: 'toast-bottom-right'});
|
||||||
|
}
|
||||||
|
|
||||||
if (
|
if (
|
||||||
$('input[name="info_pblhs"]:checked').length > 0 && // Radio button
|
$('input[name="info_pblhs"]:checked').length > 0 && // Radio button
|
||||||
// $('input[name="media[]"]:checked').length > 0 && // Checkbox
|
// $('input[name="media[]"]:checked').length > 0 && // Checkbox
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue