Always reset captcha after submit
This commit is contained in:
		@ -171,9 +171,9 @@ jQuery(document).ready(function($) {
 | 
				
			|||||||
          $('#image-loader').fadeOut();
 | 
					          $('#image-loader').fadeOut();
 | 
				
			||||||
          $('#message-warning').html(msg);
 | 
					          $('#message-warning').html(msg);
 | 
				
			||||||
          $('#message-warning').fadeIn();
 | 
					          $('#message-warning').fadeIn();
 | 
				
			||||||
          grecaptcha.reset();
 | 
					 | 
				
			||||||
          $('form#contactForm button.submit').prop('disabled', false);
 | 
					          $('form#contactForm button.submit').prop('disabled', false);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					        grecaptcha.reset();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user