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:
Blade Barringer 2015-04-08 20:57:40 -05:00
commit a3cbca2089

View file

@ -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());
},