login.html不能通过window.open, 不然会有问题

This commit is contained in:
life
2015-03-06 01:55:47 +08:00
parent 0e6fc7ac2b
commit fe29869cc8
11 changed files with 36 additions and 27 deletions

2
node_modules/sync.js generated vendored
View File

@@ -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) {