summaryrefslogtreecommitdiff
path: root/cgi-bin/html/ckeditor/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'cgi-bin/html/ckeditor/config.js')
-rw-r--r--cgi-bin/html/ckeditor/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi-bin/html/ckeditor/config.js b/cgi-bin/html/ckeditor/config.js
index 946b2b3..34baeed 100644
--- a/cgi-bin/html/ckeditor/config.js
+++ b/cgi-bin/html/ckeditor/config.js
@@ -36,5 +36,5 @@ CKEDITOR.editorConfig = function( config ) {
// Simplify the dialog windows.
config.removeDialogTabs = 'image:advanced;link:advanced';
config.filebrowserImageUploadUrl = "/cgi-bin/html/image";
-
+ config.height = 100;
};