Merge pull request #4991 from TheHollidayInn/filters-sort-adjustments
Removed axis resrtiction to ease reordering of large number of tags
This commit is contained in:
@@ -142,7 +142,6 @@ habitrpg.directive('hrpgSortChecklist', ['User', function(User) {
|
||||
habitrpg.directive('hrpgSortTags', ['User', function(User) {
|
||||
return function($scope, element, attrs, ngModel) {
|
||||
$(element).sortable({
|
||||
axis: "x",
|
||||
start: function (event, ui) {
|
||||
ui.item.data('startIndex', ui.item.index());
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user