From de2c418660835b5e329f590c52ce64d6fc960826 Mon Sep 17 00:00:00 2001 From: Henning Leutz <leutz@pcsg.de> Date: Thu, 30 Jul 2015 09:26:18 +0200 Subject: [PATCH] undefined data.cssFiles ix --- bin/Editor.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/Editor.js b/bin/Editor.js index e9100cd..ed6b90e 100644 --- a/bin/Editor.js +++ b/bin/Editor.js @@ -210,6 +210,10 @@ define('package/quiqqer/ckeditor4/bin/Editor', [ }); } + if (!("cssFiles" in data)) { + data.cssFiles = []; + } + data.cssFiles.push( URL_OPT_DIR +'quiqqer/ckeditor4/bin/defaultWysiwyg.css' ); -- GitLab