mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-31 15:09:32 +00:00
parent
75146417c4
commit
8c92ee6876
1 changed files with 2 additions and 1 deletions
|
|
@ -319,8 +319,9 @@ angular.module('habitrpg')
|
|||
},
|
||||
|
||||
sortTag: function (data) {
|
||||
var fromId = user.tags[data.query.from].id;
|
||||
user.ops.sortTag(data);
|
||||
Tags.sortTag(user.tags[data.query.from].id, data.query.to);
|
||||
Tags.sortTag(fromId, data.query.to);
|
||||
},
|
||||
|
||||
deleteTag: function(data) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue