From 6b6e0f317e56f578e8d300b9a8144c2592a458a5 Mon Sep 17 00:00:00 2001 From: Miguel Pellicer Date: Fri, 15 Dec 2023 10:58:34 +0100 Subject: [PATCH] Fix plugin path using webjars --- FMathEditor/dialogs/dialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FMathEditor/dialogs/dialog.js b/FMathEditor/dialogs/dialog.js index 9468e400..7c7ba805 100644 --- a/FMathEditor/dialogs/dialog.js +++ b/FMathEditor/dialogs/dialog.js @@ -10,7 +10,7 @@ var dialog = CKEDITOR.dialog.add( 'FMathEditorDialog', function( editor ) { elements: [ { type: 'html', - html: '' + html: '' } ] }