From 00818f411f3f5698b4e1b78066c01573cf2f883c Mon Sep 17 00:00:00 2001 From: Anne-Cath Date: Fri, 29 Aug 2025 11:07:44 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B03817=20-=20Audit=20and=20fix=20calls=20t?= =?UTF-8?q?o=20deprecated=20jQuery=20method=20-=20rollback=20change=20on?= =?UTF-8?q?=20caselog-entry-form.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/layouts/activity-panel/caselog-entry-form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/layouts/activity-panel/caselog-entry-form.js b/js/layouts/activity-panel/caselog-entry-form.js index 0d1e64a74..16a89ef00 100644 --- a/js/layouts/activity-panel/caselog-entry-form.js +++ b/js/layouts/activity-panel/caselog-entry-form.js @@ -179,7 +179,7 @@ $(function() { }); // Set focus in the input this.element.on('set_focus.caselog_entry_form.itop', function () { - CKEditorInstance.trigger('focus'); + CKEditorInstance.focus(); }); },