mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Merge pull request #15199 from Godmartinz/fix-signature-pad
adds closing brackets to signature pad
This commit is contained in:
commit
4fcb3df1d9
|
@ -139,6 +139,8 @@
|
|||
return false;
|
||||
} else {
|
||||
$('#signature_output').val(signaturePad.toDataURL());
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue