From 90f22ec3b746ff79b19cf32784f4a01b4545635c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 28 Jun 2017 11:17:49 +0200 Subject: [PATCH] Remove no longer used code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- js/functions.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/js/functions.js b/js/functions.js index a57dd108ae..dcc1f4de7a 100644 --- a/js/functions.js +++ b/js/functions.js @@ -5039,13 +5039,6 @@ AJAX.registerOnload('functions.js', function () { } } }); - - /* - * Setting the 'Go' login button to disable if captcha is enabled. - */ - if ($('.g-recaptcha').attr('captcha') == 'enabled'){ - loginButtonDisable(); - } }); /**