From bb3632e90cdb603ba62b94a8c95bbe1709bec0e0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 13 Mar 2014 12:45:20 +0100 Subject: [PATCH] Fix: Pb with new ckeditor. --- htdocs/main.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 7e689d3d535..7140c04a80c 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -1203,11 +1203,10 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs { print ''."\n"; $pathckeditor=DOL_URL_ROOT.'/includes/ckeditor/'; - $jsckeditor='ckeditor_basic.js'; + $jsckeditor='ckeditor.js'; if (constant('JS_CKEDITOR')) // To use external ckeditor 4 js lib { $pathckeditor=constant('JS_CKEDITOR'); - $jsckeditor='ckeditor.js'; } print '