Added tag merging

This commit is contained in:
Marcin Kurczewski
2014-11-10 11:56:30 +01:00
parent be4b742d21
commit 2d529107db
11 changed files with 113 additions and 29 deletions

View File

@ -46,6 +46,7 @@ App.Auth = function(_, jQuery, util, api, appState, promise) {
deleteOwnComments: 'deleteOwnComments',
deleteAllComments: 'deleteAllComments',
deleteTags: 'deleteTags',
mergeTags: 'mergeTags',
listTags: 'listTags',
massTag: 'massTag',