diff options
author | chai <chaifix@163.com> | 2018-07-11 22:04:43 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-11 22:04:43 +0800 |
commit | d351e45604f192df6ef710d476a8e529fefa73bf (patch) | |
tree | 4ca90a281ecd7ec89f1b010092aa0f5aeec06910 /cgi-bin/html/ckeditor/config.js | |
parent | 1275e68efa680e55fd29a377c9c58c59bb7f235e (diff) |
update
Diffstat (limited to 'cgi-bin/html/ckeditor/config.js')
-rw-r--r-- | cgi-bin/html/ckeditor/config.js | 2 |
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; }; |