mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
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:
parent
a1f49ed545
commit
e755e60efc
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue