]> git.openstreetmap.org Git - osqa.git/commitdiff
don't focus recaptcha field
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Thu, 22 Mar 2012 15:20:29 +0000 (15:20 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Thu, 22 Mar 2012 15:20:29 +0000 (15:20 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1236 0cfe37f9-358a-4d5e-be75-b63607b5c754

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>