adds closing brackets to signature pad

This commit is contained in:
Godfrey M 2024-07-31 11:10:33 -07:00
parent fffcbdc44d
commit b60e22bcb4

View file

@ -139,6 +139,8 @@
return false; return false;
} else { } else {
$('#signature_output').val(signaturePad.toDataURL()); $('#signature_output').val(signaturePad.toDataURL());
}
});
</script> </script>