diff --git a/modules/editor/tpl/js/editor.js b/modules/editor/tpl/js/editor.js index b0f7268b2..b532b629b 100755 --- a/modules/editor/tpl/js/editor.js +++ b/modules/editor/tpl/js/editor.js @@ -152,9 +152,11 @@ function _editorAutoSave() { _autoSaveObj.title = title; _autoSaveObj.content = content; + /* xTop("editor_autosaved_message", xScrollTop()+10); xGetElementById("editor_autosaved_message").style.display = "block"; setTimeout(function() {xGetElementById("editor_autosaved_message").style.display = "none";}, 1000); + */ show_waiting_message = false; exec_xml("editor","procEditorSaveDoc", params, _editorAutoSaved); show_waiting_message = true;