Skip to content

Commit

Permalink
remove-alert
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Apr 16, 2024
1 parent fda703c commit 7e856fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/views/inspectionform.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ function uploadFile() {
processData: false,
success:function(response){

alert(response.url);
document.getElementById('results').innerHTML +=
'<div id="imgbox-'+i+'" class="col-md-3"><img id="imageprev-'+i+'" class="img-fluid" src="'+response.url+'"/></div>';
var input = document.createElement("input");
Expand Down

0 comments on commit 7e856fa

Please sign in to comment.