git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7919 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
taggon 2010-11-26 07:26:11 +00:00
parent 86730bed0e
commit 922f4363ca

View file

@ -38,7 +38,7 @@ function editorEnableAutoSave(fo_obj, editor_sequence, callback) {
editorAutoSaveObj = {"fo_obj":fo_obj, "editor_sequence":editor_sequence, "title":title, "content":content, locked:false};
clearTimeout(editorEnableAutoSave.timer);
editorEnableAutoSave.timer = setTimeout(function(){_editorAutoSave(false, callback)}, 5000);
editorEnableAutoSave.timer = setTimeout(function(){_editorAutoSave(false, callback)}, 50000);
}
editorEnableAutoSave.timer = null;