Remove no longer used code

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2017-06-28 11:17:49 +02:00
parent f87d51b1dc
commit 90f22ec3b7

View File

@ -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();
}
});
/**