digitalrnd

Results 2 issues of digitalrnd

Cannot add keys, the app instantly crashes.

I'm trying to grab the src of the image generated, however, it only works after the 2nd click. ``` $("#apply").click( function(){ var src = qrcode._oDrawing._elImage.currentSrc; console.log(src); }); ```