Removed axis resrtiction to ease reordering of large number of tags

This commit is contained in:
TheHollidayInn 2015-04-07 09:47:52 -05:00
parent e470764b06
commit 8826ae8c41

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