N°7646 - Check performances compared to beginning of 3.2 development

- use highlight js lib minified version
This commit is contained in:
Benjamin Dalsass
2024-07-24 15:15:23 +02:00
parent 0586a77043
commit c910d35e25

View File

@@ -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'
];