mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
upload_target_srl 이 바뀔 경우 다시 자동 저장. ( IE에서 자동 저장된 문서에서 파일 첨부시 null로 target을 설정해서 오류가 난다. 의 보완2 )
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6844 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7020d179e5
commit
39f5c53dbd
1 changed files with 7 additions and 0 deletions
|
|
@ -251,6 +251,13 @@ function completeReloadFileList(ret_obj, response_tags, settings) {
|
|||
}
|
||||
|
||||
if(upload_target_srl && upload_target_srl != 0) {
|
||||
// 자동 저장된 문서와 target_srl이 다르게 될 경우 다시 자동 저장.
|
||||
if(editorRelKeys[editor_sequence]["primary"].value != upload_target_srl) {
|
||||
editorRelKeys[editor_sequence]["primary"].value = upload_target_srl;
|
||||
uploadAutosaveChecker = true;
|
||||
_editorAutoSave(true);
|
||||
}
|
||||
|
||||
editorRelKeys[editor_sequence]["primary"].value = upload_target_srl;
|
||||
settings["uploadTargetSrl"] = upload_target_srl;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue