Implemented mass tag

This commit is contained in:
Marcin Kurczewski
2014-10-09 23:46:32 +02:00
parent f2b5124d54
commit 74e6e008dc
11 changed files with 142 additions and 16 deletions

View File

@ -42,6 +42,7 @@ App.Auth = function(_, jQuery, util, api, appState, promise) {
deleteAllComments: 'deleteAllComments',
listTags: 'listTags',
massTag: 'massTag',
viewHistory: 'viewHistory',
};