summaryrefslogtreecommitdiff
path: root/modules/recaptcha/views/form_recaptcha.html.php
AgeCommit message (Collapse)Author
2009-11-03Delay initializing the recaptcha to allow the recaptcha JS to load andBharat Mediratta
initialize. Fixes ticket #851.
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few ↵Chad Kieffer
shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
2009-09-01XSS / style fixes for newly detected issues (after fixing XSS scanner)Andy Staudacher
2009-06-15Added "cutom_translations" instruction to Recaptcha to localize & cutomize ↵unostar
recaptcha message.
2009-06-02fix preamble so file structure test passesTim Almdal
2009-06-01Move recaptcha widget into a view for clarity. Also, wrap it in aBharat Mediratta
setTimeout() call so that on subsequent reloads (which happen when you fail to validate the form) it has time to rebuild the DOM before calling the JS which tries to inject the Recaptcha HTML. Fixes ticket #327