mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-20 10:45:01 +00:00
笔记本数量, contextmenu
This commit is contained in:
4
node_modules/tag.js
generated
vendored
4
node_modules/tag.js
generated
vendored
@@ -82,9 +82,9 @@ var Tag = {
|
||||
updateTagCount: function(title, count) {
|
||||
userId = User.getCurActiveUserId();
|
||||
// 更新Tag's Count
|
||||
Tags.update({UserId: userId, Tag: title}, {$set: {Count: cnt}});
|
||||
Tags.update({UserId: userId, Tag: title}, {$set: {Count: count}});
|
||||
// 更新web
|
||||
Web.updateTagCount({Tag: title, Count: cnt});
|
||||
Web.updateTagCount({Tag: title, Count: count});
|
||||
},
|
||||
|
||||
getTag: function(title, callback) {
|
||||
|
Reference in New Issue
Block a user