Skip to content

Commit

Permalink
Added delay to captcha
Browse files Browse the repository at this point in the history
  • Loading branch information
bookingapp authored Jun 20, 2017
1 parent 3bee898 commit 06fcb75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions register.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ <h1>Register</h1>
<script type='text/javascript'>
$(document).ready(function() {

grecaptcha.render('captcha', {
setTimeout(function(){grecaptcha.render('captcha', {
'sitekey' : '6LdVQSQUAAAAAN31Tb3RtC_dBy9oJgItv6-tqTki'
});
});},2000);


/* attach a submit handler to the form */
Expand Down

0 comments on commit 06fcb75

Please sign in to comment.