mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-16 08:01:53 +00:00
login.html不能通过window.open, 不然会有问题
This commit is contained in:
2
node_modules/web.js
generated
vendored
2
node_modules/web.js
generated
vendored
@@ -109,7 +109,7 @@ var Web = {
|
||||
|
||||
syncProcess: function(type, title) {
|
||||
var me = this;
|
||||
me.Note.syncProcess('In sync ' + type + ' <br /> ' + title);
|
||||
me.Note.syncProcess('In sync ' + type + '... <br /> ' + title);
|
||||
},
|
||||
/*
|
||||
syncNotebookFinish: function() {
|
||||
|
Reference in New Issue
Block a user