mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
r6652 추가 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6653 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5c938fa1e2
commit
56398af46a
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,6 @@ function editorStart(editor_sequence, primary_key, content_key, editor_height, f
|
|||
param['mid'] = current_mid;
|
||||
var response_tags = new Array("error","message","editor_sequence","key","title","content","document_srl");
|
||||
exec_xml('editor',"procEditorLoadSavedDocument", param, getAutoSavedSrl, response_tags);
|
||||
if(typeof(uploadSettingObj[param['editor_sequence']]) == 'object') editorUploadInit(uploadSettingObj[param['editor_sequence']], true);
|
||||
} else {
|
||||
editorRemoveSavedDoc();
|
||||
}
|
||||
|
|
@ -574,4 +573,5 @@ function getAutoSavedSrl(ret_obj, response_tags, c) {
|
|||
var fo_obj = editorGetForm(editor_sequence);
|
||||
|
||||
fo_obj[primary_key].value = ret_obj['document_srl'];
|
||||
if(uploadSettingObj[editor_sequence]) editorUploadInit(uploadSettingObj[editor_sequence], true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue