Always reset captcha after submit
This commit is contained in:
parent
f147dfc08d
commit
8048c18f91
@ -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();
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user