Fixing reCAPTCHA

This commit is contained in:
2018-03-14 11:16:07 +01:00
parent fe691c61ef
commit 97f0726c31
2 changed files with 3 additions and 3 deletions

View File

@ -172,8 +172,8 @@ jQuery(document).ready(function($) {
$('#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);
}
});