diff --git a/src/app/index.coffee b/src/app/index.coffee index 5678c6eb2e..67557c416e 100644 --- a/src/app/index.coffee +++ b/src/app/index.coffee @@ -94,9 +94,12 @@ ready (model) -> # Make the list draggable using jQuery UI ul = $(".#{type}s ul") ul.sortable - handle: '.handle' + dropOnEmpty: false + cursor: "move" + items: "li" + opacity: 0.4 + scroll: true axis: 'y' - # containment: ".#{type}s .dragbox" update: (e, ui) -> item = ui.item[0] domId = item.id diff --git a/views/app/index.html b/views/app/index.html index e1a5251b2a..30f590e845 100644 --- a/views/app/index.html +++ b/views/app/index.html @@ -42,19 +42,19 @@ can't pass references as paramters. so doesn't work and have to pass those in via {{{content}}} instead --> -
+

Habits

    {#each _habitList as :task}{/}
-
+

Dailies

    {#each _dailyList as :task}{/}
-
+

Todos

-
+

Rewards

{gold(_user.money)} {silver(_user.money)}
    {#each _rewardList as :task}{/}