From 97f0726c313f49e4c436db3d18f9d784283f0ba2 Mon Sep 17 00:00:00 2001 From: Manos Katsomallos Date: Wed, 14 Mar 2018 11:16:07 +0100 Subject: [PATCH] Fixing reCAPTCHA --- index.html | 2 +- js/init.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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); } });