summaryrefslogtreecommitdiff
path: root/cgi-bin/html/ckeditor/config.js
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-07-11 22:04:43 +0800
committerchai <chaifix@163.com>2018-07-11 22:04:43 +0800
commitd351e45604f192df6ef710d476a8e529fefa73bf (patch)
tree4ca90a281ecd7ec89f1b010092aa0f5aeec06910 /cgi-bin/html/ckeditor/config.js
parent1275e68efa680e55fd29a377c9c58c59bb7f235e (diff)
update
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;
};