adds closing brackets to signature pad
This commit is contained in:
parent
fffcbdc44d
commit
b60e22bcb4
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