Add one-offs to sortables

This commit is contained in:
Tyler Renelle
2012-02-06 13:38:37 -05:00
parent 4546268519
commit 1a13a5f0aa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ $(document).ready ->
text: (api) ->
$(this).next().html()
$.each ['#habits', '#daily'], (index, list_id) ->
$.each ['#habits', '#daily', '#one-offs'], (index, list_id) ->
$(list_id).sortable
axis: "y"
dropOnEmpty: false