mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7919 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
86730bed0e
commit
922f4363ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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};
|
editorAutoSaveObj = {"fo_obj":fo_obj, "editor_sequence":editor_sequence, "title":title, "content":content, locked:false};
|
||||||
|
|
||||||
clearTimeout(editorEnableAutoSave.timer);
|
clearTimeout(editorEnableAutoSave.timer);
|
||||||
editorEnableAutoSave.timer = setTimeout(function(){_editorAutoSave(false, callback)}, 5000);
|
editorEnableAutoSave.timer = setTimeout(function(){_editorAutoSave(false, callback)}, 50000);
|
||||||
}
|
}
|
||||||
editorEnableAutoSave.timer = null;
|
editorEnableAutoSave.timer = null;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue