mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-18 01:16:56 +00:00
notebook sync ok
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user