Testing captcha

This commit is contained in:
Manos Katsomallos 2018-03-14 02:47:39 +01:00
parent f5a9bb8336
commit 325b14b590

View File

@ -172,8 +172,8 @@ jQuery(document).ready(function($) {
$('#message-warning').html(msg); $('#message-warning').html(msg);
$('#message-warning').fadeIn(); $('#message-warning').fadeIn();
} }
grecaptcha.reset(); // grecaptcha.reset();
$('form#contactForm button.submit').prop('disabled', false); // $('form#contactForm button.submit').prop('disabled', false);
} }
}); });