Seems to work better on mass assignement to #habits div (includes all

li items), but still not saving locally
This commit is contained in:
Tyler Renelle
2012-02-13 12:43:27 -05:00
parent 5f93ec95fa
commit 5852e29e0e
@@ -65,7 +65,7 @@ class HabitTracker.Views.Habits.IndexView extends Backbone.View
@addAll()
@$("#habits-todos").tabs()
@updateStats()
@$(".sortable").sortable
$("#habits").sortable
axis: "y"
dropOnEmpty: false
cursor: "move"