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 25, 2024
1 parent b15021f commit 3f31fc3
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 @@ -578,7 +578,7 @@ function uploadFile() {
$("input[data-sectpen='16']").each(function(){
pensect3 += parseInt($(this).val());
});
alert(pensect1, pensect2, pensect3)
console.log(pensect1, pensect2, pensect3)

gauge1.set(total1);
AnimationUpdater.run();
Expand Down

0 comments on commit 3f31fc3

Please sign in to comment.