Delay initializing the recaptcha to allow the recaptcha JS to load and

initialize.  Fixes ticket #851.
This commit is contained in:
Bharat Mediratta
2009-11-03 13:40:59 -08:00
parent 93ec51aa0f
commit f9b700e75c

View File

@@ -12,6 +12,6 @@
callback: Recaptcha.focus_response_field
}
);
}, 0);
}, 500);
</script>