From e0929f4d0d297564e9fad2ccee5bac5bc2050791 Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Tue, 19 Oct 2021 17:16:17 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B04375=20-=20Change=20CKEditor=20plugins?= =?UTF-8?q?=20init?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/inlineimage.class.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/inlineimage.class.inc.php b/core/inlineimage.class.inc.php index 332b98edc..54d839c85 100644 --- a/core/inlineimage.class.inc.php +++ b/core/inlineimage.class.inc.php @@ -548,8 +548,6 @@ JS // Hook the file upload of all CKEditor instances $('.htmlEditor').each(function() { var oEditor = $(this).ckeditorGet(); - //oEditor.config.extraPlugins = 'font,uploadimage'; - //oEditor.config.uploadUrl = '$sAbsoluteUrlAppRoot'+'pages/ajax.render.php'; oEditor.config.filebrowserBrowseUrl = '$sAbsoluteUrlAppRoot'+'pages/ajax.render.php?operation=cke_browse&temp_id=$sTempId&obj_class=$sObjClass&obj_key=$iObjKey'; oEditor.on( 'fileUploadResponse', function( evt ) { var fileLoader = evt.data.fileLoader;