diff --git a/index.html b/index.html index 0e41a31..2b143ba 100644 --- a/index.html +++ b/index.html @@ -387,7 +387,7 @@
-
+
diff --git a/js/init.js b/js/init.js index 6ffc1c8..dc6dc7c 100755 --- a/js/init.js +++ b/js/init.js @@ -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); } });