From 80e1e0e61a7806b891ae2778a48f145463999a70 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Wed, 2 Dec 2020 18:02:00 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B03426=20Fix=20no=20navigation=20menu=20on?= =?UTF-8?q?=20User=20object=20creation=20Caused=20by=20a=20typo=20in=20js/?= =?UTF-8?q?forms-json-utils.js=20Thanks=20@Molkobain=20!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/forms-json-utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/forms-json-utils.js b/js/forms-json-utils.js index 5cba285ed..0eec9508d 100644 --- a/js/forms-json-utils.js +++ b/js/forms-json-utils.js @@ -218,7 +218,7 @@ function ReportFieldValidationStatus(sFieldId, sFormId, bValid, sExplain) if ($('#v_'+sFieldId+' img').length == 0) { $('#v_'+sFieldId).html(''); - }X + } //Avoid replacing exisiting tooltip for periodically checked element (like CKeditor fields) if($('#v_'+sFieldId).tooltip( "instance" ) === undefined) {