From ab92911352e4657cb4bcdac81ea85ebd3b788829 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Sat, 12 Mar 2011 03:11:29 +0000 Subject: [PATCH] * change the image path to relative. --- module/common/view/kindeditor.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/common/view/kindeditor.html.php b/module/common/view/kindeditor.html.php index 31995fbe8f..1ff1c058da 100644 --- a/module/common/view/kindeditor.html.php +++ b/module/common/view/kindeditor.html.php @@ -39,7 +39,7 @@ $(document).ready(function() editorTool = simpleTools; if(editor.tools == 'bugTools') editorTool = bugTools; if(editor.tools == 'fullTools') editorTool = fullTools; - KE.show({id:editorID, items:editorTool, filterMode:true, imageUploadJson: createLink('file', 'ajaxUpload')}); + KE.show({id:editorID, items:editorTool, filterMode:true, urlType:'relative', imageUploadJson: createLink('file', 'ajaxUpload')}); $('form').submit(function() {