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.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/cgi-bin/html/ckeditor/config.js b/cgi-bin/html/ckeditor/config.js
index 048198a..39a6e85 100644
--- a/cgi-bin/html/ckeditor/config.js
+++ b/cgi-bin/html/ckeditor/config.js
@@ -35,6 +35,7 @@ CKEDITOR.editorConfig = function( config ) {
// Simplify the dialog windows.
config.removeDialogTabs = 'image:advanced;link:advanced';
- config.filebrowserImageUploadUrl = "/cgi-bin/";
+ config.filebrowserImageUploadUrl = "/chai/whisper/imguploader.py";
config.height = 100;
+ config.image_prefillDimensions = false;
};