Commit 74078318 by Triyah Fatmawati

Perbaikan pilih konvensi

parent b09eaf7b
......@@ -157,6 +157,7 @@ function cekKegiatan(id){
$('#tambah-kegiatan').hide();
var konferensi = document.getElementById("konferensi");
konferensi.required = false;
document.getElementById('konferensi').value = "";
} else {
$('#grup-konferensi').show();
$('#tambah-kegiatan').show();
......@@ -164,7 +165,7 @@ function cekKegiatan(id){
konferensi.required = true;
}
}
</script>
<script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment