* change the image path to relative.

This commit is contained in:
wangchunsheng
2011-03-12 03:11:29 +00:00
parent cb259b15f9
commit ab92911352
+1 -1
View File
@@ -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()
{