값을 확인하려고 넣었던 코드 제거

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6658 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-06-23 13:25:13 +00:00
parent 7a5924a159
commit 32f657100e

View file

@ -201,7 +201,6 @@ function editorGetAutoSavedDoc(form) {
param['mid'] = current_mid;
param['editor_sequence'] = form.getAttribute('editor_sequence')
setTimeout(function() {
alert(editorRelKeys[param['editor_sequence']]['primary'].value);
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);
if(typeof(reloadFileList) == 'function') reloadFileList(uploaderSettings[param['editor_sequence']]);