Skip to content

Commit

Permalink
Merge branch 'QA_5_0'
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Dec 16, 2019
2 parents f0bbd00 + b4bcd34 commit 20116b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/functions.js
Expand Up @@ -4916,7 +4916,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');
};

Expand Down

0 comments on commit 20116b5

Please sign in to comment.