update
This commit is contained in:
No files matched your search
@@ -5793,14 +5793,20 @@
|
||||
}
|
||||
timer = setInterval(showRemaining, 1000);
|
||||
}
|
||||
$(function() {
|
||||
CKEDITOR.env.isCompatible = true;
|
||||
CKEDITOR.replace( 'keterangan');
|
||||
CKEDITOR.replace( 'lsg_ditemukanmorfologi');
|
||||
CKEDITOR.replace( 'lsg_pewarnaanlain');
|
||||
CKEDITOR.replace( 'viralload');
|
||||
CKEDITOR.replace( 'iggigm_interpretasi');
|
||||
CKEDITOR.replace( 'addendumketerangan');
|
||||
$(function() {
|
||||
CKEDITOR.env.isCompatible = true;
|
||||
function ensureCkeditorInstance(id) {
|
||||
if (document.getElementById(id) && !CKEDITOR.instances[id]) {
|
||||
CKEDITOR.replace(id);
|
||||
}
|
||||
}
|
||||
|
||||
ensureCkeditorInstance('keterangan');
|
||||
ensureCkeditorInstance('lsg_ditemukanmorfologi');
|
||||
ensureCkeditorInstance('lsg_pewarnaanlain');
|
||||
ensureCkeditorInstance('viralload');
|
||||
ensureCkeditorInstance('iggigm_interpretasi');
|
||||
ensureCkeditorInstance('addendumketerangan');
|
||||
$("#mulai").datepicker({format: 'yyyy-mm-dd', autoclose: true});
|
||||
$("#akhir").datepicker({format: 'yyyy-mm-dd', autoclose: true});
|
||||
$("#id_tanggalpengambilancontohuji").datepicker({format: 'yyyy-mm-dd', autoclose: true});
|
||||
|
||||
Reference in New Issue
Block a user