mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 14:27:33 -08:00
adds closing brackets to signature pad
This commit is contained in:
parent
fffcbdc44d
commit
b60e22bcb4
|
@ -139,6 +139,8 @@
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
$('#signature_output').val(signaturePad.toDataURL());
|
$('#signature_output').val(signaturePad.toDataURL());
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue