Merge pull request #15199 from Godmartinz/fix-signature-pad

adds closing brackets to signature pad
This commit is contained in:
snipe 2024-07-31 19:23:33 +01:00 committed by GitHub
commit 4fcb3df1d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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