Attempt to fix recaptcha issue
This commit is contained in:
@ -171,9 +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();
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user