본문 삽입시 이미지 URL을 상대경로로 변경

This commit is contained in:
conory 2016-03-18 20:14:52 +09:00
parent 97a1b578a2
commit 7125cf0e12
7 changed files with 10 additions and 63 deletions

View file

@ -200,7 +200,6 @@ function doSyncPageContent() {
if(!fo_obj.document_srl || fo_obj.document_srl.value == '0') {
try {
var content = Base64.decode(xInnerHtml(obj));
content = editorReplacePath(content);
get_by_id("content_fo").content.value = content;
xe.Editors["1"].exec("SET_IR", [content]);
}