brinley / jSignature

jQuery plugin for adding web signature functionality
http://www.unbolt.net/jSignature
693 stars 530 forks source link

Removing signature line #53

Closed martin-sweeny closed 10 years ago

martin-sweeny commented 10 years ago

I would like to be able to remove the signature line. I need to use the noConflict version.

Since there is no "pretty" version of the noConflict jSignature script, I can't manually make the changes to the file.

Is it possible to make the non-minified noConflict script available?

brinley commented 10 years ago

You can remove the signature line by passing decor-color: null when initialising the signature. As for noConflict version, we simply append the following to the front and back of the code

https://github.com/brinley/jSignature/commit/273c4a7dc44c1c6f736502ed470e5194d7bfc4d3#diff-0c8b55762c57e03315703133a8cc9913R30