Don't hide autosave message.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6038 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2009-04-07 05:31:52 +00:00
parent a1f49ed545
commit e755e60efc

View file

@ -70,7 +70,6 @@ function _editorAutoSave() {
// 메시지 만들어서 보여줌
obj.text(oDate.getHours()+':'+oDate.getMinutes()+' '+auto_saved_msg).show(300);
setTimeout(function(){obj.hide(300)}, 2000);
// 현재 자동저장중임을 설정
editorAutoSaveObj.locked = true;