mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 23:55:50 +00:00
基本完成
This commit is contained in:
@@ -1153,7 +1153,9 @@ Note.fixNetOrAuthError = function() {
|
||||
}
|
||||
};
|
||||
|
||||
// 同步进度显示
|
||||
Note.syncProcess = function(msg) {
|
||||
$('body').show();
|
||||
$('#allProcess').hide();
|
||||
$('#syncProcess').html(msg);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user