Commit 74078318 by Triyah Fatmawati

Perbaikan pilih konvensi

parent b09eaf7b
...@@ -157,6 +157,7 @@ function cekKegiatan(id){ ...@@ -157,6 +157,7 @@ function cekKegiatan(id){
$('#tambah-kegiatan').hide(); $('#tambah-kegiatan').hide();
var konferensi = document.getElementById("konferensi"); var konferensi = document.getElementById("konferensi");
konferensi.required = false; konferensi.required = false;
document.getElementById('konferensi').value = "";
} else { } else {
$('#grup-konferensi').show(); $('#grup-konferensi').show();
$('#tambah-kegiatan').show(); $('#tambah-kegiatan').show();
......
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