자동저장 간격 변경(디버그를 위해 조정했던 시간을 원래대로 돌려놓음)

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7239 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2010-01-25 02:51:12 +00:00
parent 2576c19133
commit 666defd69a

View file

@ -38,7 +38,7 @@ function editorEnableAutoSave(fo_obj, editor_sequence) {
var title = fo_obj.title.value;
var content = editorRelKeys[editor_sequence]['content'].value;
editorAutoSaveObj = {"fo_obj":fo_obj, "editor_sequence":editor_sequence, "title":title, "content":content, locked:false};
setTimeout('_editorAutoSave()', 3000);
setTimeout('_editorAutoSave()', 50000);
}
// ajax를 이용하여 editor.procEditorSaveDoc 호출하여 자동 저장시킴 exe는 강제 코드