From 4d305c8cbb11dd0b130c9eef69480f0dccfb505c Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sun, 21 Jun 2020 16:51:08 +1000 Subject: [PATCH] [REF] Fix javascript syntax error --- templates/CRM/common/l10n.js.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/common/l10n.js.tpl b/templates/CRM/common/l10n.js.tpl index 9e628c77ef..ae533933fe 100644 --- a/templates/CRM/common/l10n.js.tpl +++ b/templates/CRM/common/l10n.js.tpl @@ -95,7 +95,7 @@ var params = { errorClass: 'crm-inline-error alert-danger', messages: {}, - ignore: '.select2-offscreen, [readonly], :hidden:not(.crm-select2), .crm-no-validate' + ignore: '.select2-offscreen, [readonly], :hidden:not(.crm-select2), .crm-no-validate', ignoreTitle: true }; -- 2.25.1