update
This commit is contained in:
@@ -6605,7 +6605,7 @@
|
||||
});
|
||||
});
|
||||
$("#btnsendexpertisetopacs").click(function(){
|
||||
$('#id_iframepreviewexpertise').attr('src', '{{ route("/") }}/hasil/' + document.getElementById('nofoto').value);
|
||||
$('#id_iframepreviewexpertise').attr('src', '{{ url("/") }}/hasil/' + document.getElementById('nofoto').value);
|
||||
$('#modalpreviewsendexpertise').modal('show');
|
||||
});
|
||||
$("#btnapproveexpertise").click(function(){
|
||||
|
||||
@@ -6663,7 +6663,7 @@
|
||||
});
|
||||
});
|
||||
$("#btnsendexpertisetopacs").click(function(){
|
||||
$('#id_iframepreviewexpertise').attr('src', '{{ route("/") }}/hasil/' + document.getElementById('nofoto').value);
|
||||
$('#id_iframepreviewexpertise').attr('src', '{{ url("/") }}/hasil/' + document.getElementById('nofoto').value);
|
||||
$('#modalpreviewsendexpertise').modal('show');
|
||||
});
|
||||
$("#btnapproveexpertise").click(function(){
|
||||
|
||||
@@ -6812,7 +6812,7 @@
|
||||
}
|
||||
});
|
||||
$("#btnsendexpertisetopacs").click(function(){
|
||||
$('#id_iframepreviewexpertise').attr('src', '{{ route("/") }}/hasil/' + document.getElementById('nofoto').value);
|
||||
$('#id_iframepreviewexpertise').attr('src', '{{ url("/") }}/hasil/' + document.getElementById('nofoto').value);
|
||||
$('#modalpreviewsendexpertise').modal('show');
|
||||
});
|
||||
$("#btnapproveexpertise").click(function(){
|
||||
|
||||
Reference in New Issue
Block a user