mirror of
https://github.com/leanote/desktop-app.git
synced 2025-12-25 01:13:56 +08:00
login.html不能通过window.open, 不然会有问题
This commit is contained in:
2
node_modules/sync.js
generated
vendored
2
node_modules/sync.js
generated
vendored
@@ -386,7 +386,7 @@ var Sync = {
|
||||
for(var i in tags) {
|
||||
var tag = tags[i];
|
||||
// 得到本地的, 与之对比
|
||||
Web.syncProcess('tag', tag.Title);
|
||||
Web.syncProcess('tag', tag.Tag);
|
||||
|
||||
(function(tag) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user