Fix eslint after #15435

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2019-12-16 21:46:11 +01:00
parent 6b564e3780
commit b4bcd34e28
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -4890,7 +4890,8 @@ Functions.toggleDatepickerIfInvalid = function ($td, $inputField) {
* Function to submit the login form after validation is done.
* NOTE: do NOT use a module or it will break the callback, issue #15435
*/
Functions_recaptchaCallback = function () {
// eslint-disable-next-line no-unused-vars, camelcase
var Functions_recaptchaCallback = function () {
$('#login_form').trigger('submit');
};