Merge branch 'QA_5_0'

This commit is contained in:
William Desportes 2019-12-16 21:46:38 +01:00
commit 20116b5e3e
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -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');
};