From c910d35e255dca6386f74e1add99686ecc53aad4 Mon Sep 17 00:00:00 2001 From: Benjamin Dalsass <95754414+bdalsass@users.noreply.github.com> Date: Wed, 24 Jul 2024 15:15:23 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B07646=20-=20Check=20performances=20compar?= =?UTF-8?q?ed=20to=20beginning=20of=203.2=20development=20-=20use=20highli?= =?UTF-8?q?ght=20js=20lib=20minified=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/Application/Helper/CKEditorHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/Application/Helper/CKEditorHelper.php b/sources/Application/Helper/CKEditorHelper.php index d2509f0cf..471a15dda 100644 --- a/sources/Application/Helper/CKEditorHelper.php +++ b/sources/Application/Helper/CKEditorHelper.php @@ -254,7 +254,7 @@ HTML; // all js file needed by ckeditor $aJSRelPaths = [ 'node_modules/ckeditor5-itop-build/build/ckeditor.js', - 'js/highlight/highlight.js', + 'js/highlight/highlight.min.js', 'js/ckeditor.handler.js', 'js/ckeditor.feeds.js' ];