Skip to content

Commit

Permalink
Merge pull request #15199 from Godmartinz/fix-signature-pad
Browse files Browse the repository at this point in the history
adds closing brackets to signature pad
  • Loading branch information
snipe authored Jul 31, 2024
2 parents fffcbdc + b60e22b commit 4fcb3df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/views/account/accept/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ function resizeCanvas() {
return false;
} else {
$('#signature_output').val(signaturePad.toDataURL());
}
});
</script>
Expand Down

0 comments on commit 4fcb3df

Please sign in to comment.