summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-11-03 13:40:59 -0800
committerBharat Mediratta <bharat@menalto.com>2009-11-03 13:40:59 -0800
commitf9b700e75c682df3c48efb0e69f893c61f06d3bd (patch)
tree727b6e287413d8633baab7a28f37c2aec1c793d1
parent93ec51aa0fd91e1534563d9e9514e85be4e3ce2e (diff)
Delay initializing the recaptcha to allow the recaptcha JS to load and
initialize. Fixes ticket #851.
-rw-r--r--modules/recaptcha/views/form_recaptcha.html.php2
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>