자동 저장 문서 삭제 부분 - mid별로 삭제 되게 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6582 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-06-17 12:19:29 +00:00
parent 607ba936bb
commit c2bc3067a2
4 changed files with 19 additions and 6 deletions

View file

@ -107,6 +107,7 @@ function editorStart(editor_sequence, primary_key, content_key, editor_height, f
var param = new Array();
param['editor_sequence'] = editor_sequence;
param['primary_key'] = primary_key;
paran['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(editorUploadInit) == 'function') editorUploadInit(uploadSettingObj, true);