Syntax error in demo source code
Closed this issue · 4 comments
rodrigobdz commented
There is a syntax error in the demo source code that appears in the jPopup on the jCaptcha website.
The closing curly bracket of the callback function is missing.
See the attached screenshot.
The error needs to be fixed in src/index.html and in dist/index.html.
andchir commented
I think need replace setCaptcha(
to setCaptcha.call(this,
.
robiveli commented
@rodrigobdz good catch, fixed!
rodrigobdz commented
Could you link the commit that fixed it? @robiveli
robiveli commented
@rodrigobdz sure: 3865da7