Skip to content

Commit

Permalink
Update inspectionview.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Apr 23, 2024
1 parent 0146b15 commit a9da99a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion application/views/inspectionview.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@


</div>
<div class="row justify-content-center mt-2">
<div id="#qrcodeinfo" class="row justify-content-center mt-2">
<div class="col-lg-10 bg-warning">
<?php if (isset($inspection->qrcode_inspection)) { ?>
<div class="row justify-content-center align-items-center py-2">
Expand Down Expand Up @@ -357,7 +357,9 @@
// alert(data.certfile_inspection);
$( "#resetinsp" ).hide();
$('.inspfile').remove();
$('#qrcodeinfo').remove();
$("#spinner").removeClass("d-flex").hide();



} else {
Expand Down

0 comments on commit a9da99a

Please sign in to comment.