mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
값을 확인하려고 넣었던 코드 제거
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6658 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7a5924a159
commit
32f657100e
1 changed files with 0 additions and 1 deletions
|
|
@ -201,7 +201,6 @@ function editorGetAutoSavedDoc(form) {
|
||||||
param['mid'] = current_mid;
|
param['mid'] = current_mid;
|
||||||
param['editor_sequence'] = form.getAttribute('editor_sequence')
|
param['editor_sequence'] = form.getAttribute('editor_sequence')
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
alert(editorRelKeys[param['editor_sequence']]['primary'].value);
|
|
||||||
var response_tags = new Array("error","message","editor_sequence","title","content","document_srl");
|
var response_tags = new Array("error","message","editor_sequence","title","content","document_srl");
|
||||||
exec_xml('editor',"procEditorLoadSavedDocument", param, function(a,b,c) { editorRelKeys[param['editor_sequence']]['primary'].value = a['document_srl']; }, response_tags);
|
exec_xml('editor',"procEditorLoadSavedDocument", param, function(a,b,c) { editorRelKeys[param['editor_sequence']]['primary'].value = a['document_srl']; }, response_tags);
|
||||||
if(typeof(reloadFileList) == 'function') reloadFileList(uploaderSettings[param['editor_sequence']]);
|
if(typeof(reloadFileList) == 'function') reloadFileList(uploaderSettings[param['editor_sequence']]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue