This commit is contained in:
Dwi Swandhana
2026-08-09 12:56:27 +07:00
parent 765bfd91f3
commit 58e27eb92b
5 changed files with 16 additions and 5 deletions
@@ -6879,7 +6879,7 @@
contentType : false,
processData : false,
success: function (data) {
$('#id_iframepreviewexpertise').attr('src', '{{ url("/") }}/hasil/' + document.getElementById('nofoto').value);
$('#id_iframepreviewexpertise').attr('src', '{{ url("/") }}/hasildraft/' + document.getElementById('nofoto').value);
$('#modalpreviewsendexpertise').modal('show');
btn.removeClass('fa fa-spinner fa-spin orange bigger-125').attr('disabled', false);
},