Hello- Generated a base30 from a signature, and saved in database (mysql). When I go to render it as I normally would, I get a strange javascript error:
TypeError: e is undefined
Super non-specific. The base30 code looks normal as far as I can tell, but it won't render. I have a jfiddle of it up here:
Renders fine with a normal base30, and then if you click "This one does not", it generates the above error. It's like the base30 is corrupt, but even so, why a javascript error?
Hello- Generated a base30 from a signature, and saved in database (mysql). When I go to render it as I normally would, I get a strange javascript error: TypeError: e is undefined
Super non-specific. The base30 code looks normal as far as I can tell, but it won't render. I have a jfiddle of it up here:
https://jsfiddle.net/evilpluto/onh3z3k0/
Renders fine with a normal base30, and then if you click "This one does not", it generates the above error. It's like the base30 is corrupt, but even so, why a javascript error?