notebook sync ok

This commit is contained in:
life
2015-02-19 22:39:05 +08:00
parent 968637ba89
commit a59c2fcadd
9 changed files with 74 additions and 960 deletions

View File

@@ -1076,6 +1076,11 @@ Note.fixNetOrAuthError = function() {
}
};
Note.syncProcess = function(msg) {
$('#allProcess').hide();
$('#syncProcess').html(msg);
};
// 保存note ctrl + s
Note.saveNote = function(e) {
var num = e.which ? e.which : e.keyCode;