Merge pull request #15199 from Godmartinz/fix-signature-pad
adds closing brackets to signature pad
This commit is contained in:
commit
4fcb3df1d9
1 changed files with 2 additions and 0 deletions
|
@ -139,6 +139,8 @@
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
$('#signature_output').val(signaturePad.toDataURL());
|
$('#signature_output').val(signaturePad.toDataURL());
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue