Add reCAPTCHA V2

This commit is contained in:
2017-10-30 16:46:12 +01:00
parent 78762aa0fa
commit 047f7a6f03
3 changed files with 415 additions and 419 deletions

View File

@ -171,10 +171,9 @@ jQuery(document).ready(function($) {
$('#image-loader').fadeOut();
$('#message-warning').html(msg);
$('#message-warning').fadeIn();
grecaptcha.reset();
$('form#contactForm button.submit').prop('disabled', false);
}
grecaptcha.reset();
$('form#contactForm button.submit').prop('disabled', false);
}
});