diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-11-03 13:40:59 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-11-03 13:40:59 -0800 |
commit | f9b700e75c682df3c48efb0e69f893c61f06d3bd (patch) | |
tree | 727b6e287413d8633baab7a28f37c2aec1c793d1 /modules/recaptcha/views | |
parent | 93ec51aa0fd91e1534563d9e9514e85be4e3ce2e (diff) |
Delay initializing the recaptcha to allow the recaptcha JS to load and
initialize. Fixes ticket #851.
Diffstat (limited to 'modules/recaptcha/views')
-rw-r--r-- | modules/recaptcha/views/form_recaptcha.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/recaptcha/views/form_recaptcha.html.php b/modules/recaptcha/views/form_recaptcha.html.php index f26ebdf6..20e7359e 100644 --- a/modules/recaptcha/views/form_recaptcha.html.php +++ b/modules/recaptcha/views/form_recaptcha.html.php @@ -12,6 +12,6 @@ callback: Recaptcha.focus_response_field } ); - }, 0); + }, 500); </script> |