]> git.openstreetmap.org Git - osqa.git/blobdiff - forum_modules/recaptcha/lib/captcha.py
don't focus recaptcha field
[osqa.git] / forum_modules / recaptcha / lib / captcha.py
index 74ec8aac52e35d65052a1eb8dd5a03ca905a557c..0b540753ab161aa40017fd48a767cb5b3d2f4469 100644 (file)
@@ -20,8 +20,7 @@ def displayhtml (public_key):
     <script type="text/javascript">
          $(function(){
              Recaptcha.create("%(PublicKey)s", 'recaptcha_field', {
-             theme: "red",
-             callback: Recaptcha.focus_response_field});
+             theme: "red"});
          });
     </script>