mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 03:34:14 +00:00
refactor(tags): small cleanup
This commit is contained in:
parent
840696336b
commit
ef322443f9
1 changed files with 0 additions and 4 deletions
|
|
@ -44,10 +44,6 @@ habitrpg.controller("FiltersCtrl", ['$scope', '$rootScope', 'User',
|
|||
User.user.ops.sortTag({
|
||||
query: {from: ui.item.sortable.index, to:ui.item.sortable.dropindex}
|
||||
});
|
||||
//User.user.ops.sortTag({query:{
|
||||
// from: ui.item.data('startIndex') - 3,
|
||||
// to:ui.item.index() - 3
|
||||
//}});
|
||||
},
|
||||
axis: 'x',
|
||||
//distance: 5
|
||||
|
|
|
|||
Loading…
Reference in a new issue