Recaptcha.reload() solves reload problem
authorDylan Lloyd <dylan@psu.edu>
Mon, 21 Mar 2011 20:21:10 +0000 (16:21 -0400)
committerDylan Lloyd <dylan@psu.edu>
Mon, 21 Mar 2011 20:21:10 +0000 (16:21 -0400)
includes/ajax.js

index 6946a07..014e1f5 100644 (file)
@@ -49,7 +49,7 @@ $(document).ready(function() {
             console.log('error');
           },  
           complete: function() {
-            Recaptcha.destroy();
+                   Recaptcha.reload();
           }
      }); 
        } else {