01-03-2025
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<select class="form-control" id="valjenis" name="valjenis">
|
||||
<option value="searchbydate">Pencarian Berdasarkan Tanggal</option>
|
||||
<option value="norm">No.RM</option>
|
||||
<option value="nofoto">No.Foto</option>
|
||||
<option value="nofoto">No.Lab</option>
|
||||
<option value="rekues">Request/Modality</option>
|
||||
<option value="keterangan">Expertise</option>
|
||||
<option value="kesimpulan">Expertise + Date</option>
|
||||
@@ -2270,9 +2270,9 @@
|
||||
}
|
||||
function openedpage( jQuery ){
|
||||
var jenis = document.getElementById('master_set01').value;
|
||||
var mulai = document.getElementById('mulai').value;
|
||||
var akhir = document.getElementById('akhir').value;
|
||||
var valcari = document.getElementById('valcari').value;
|
||||
var mulai = '';
|
||||
var akhir = '';
|
||||
var valcari = '';
|
||||
var master = document.getElementById('master_lokasi').value;
|
||||
var poli = document.getElementById('valpoli2').value;
|
||||
var set06 = document.getElementById('master_judul').value;
|
||||
@@ -2825,7 +2825,6 @@
|
||||
CKEDITOR.env.isCompatible = true;
|
||||
CKEDITOR.replace( 'keterangan');
|
||||
CKEDITOR.replace( 'kesimpulan');
|
||||
CKEDITOR.replace( 'read_adendum');
|
||||
CKEDITOR.replace( 'lsg_ditemukanmorfologi');
|
||||
CKEDITOR.replace( 'lsg_pewarnaanlain');
|
||||
CKEDITOR.replace( 'viralload');
|
||||
|
||||
Reference in New Issue
Block a user