Skip to content

Commit

Permalink
Update inspectionform.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Apr 19, 2024
1 parent dfc82ae commit 9a6bd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/inspectionform.php
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ function uploadFile() {

input.setAttribute("name", "inspimg["+i+"]");

input.setAttribute("value", files[k]);
input.setAttribute("value", url[k]);

//append to form element that you want .
document.getElementById("imagefields").appendChild(input);
Expand Down

0 comments on commit 9a6bd91

Please sign in to comment.