thiagocavaloti / recaptcha

Automatically exported from code.google.com/p/recaptcha
0 stars 0 forks source link

Onload callback function fails with any namespace (?onload=foo.bar) #232

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When using any `onload` parameter value that uses a namespace, Google reCAPTCHA 
fails to load. Please fix this issue!

OK   ?onload=foo 
Example: http://jsbin.com/tiquta/1/edit?html,js,console

FAIL ?onload=foo.bar 
Example: http://jsbin.com/lenome/1/edit?html,js,console

Original issue reported on code.google.com by andreww...@gmail.com on 3 Apr 2015 at 4:39