Fix eslint after #15435
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
6b564e3780
commit
b4bcd34e28
@ -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');
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user