Ver Fonte

Add tasks to 'Home' list by default

Adel Qalieh há 12 anos atrás
pai
commit
6ec1f195b3
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      client/views/tasks/add_task.coffee

+ 1 - 1
client/views/tasks/add_task.coffee

@@ -5,7 +5,7 @@ Template.newTaskForm.events
     $('#new-task-text').val("")
     now = new Date()
     priority = 'low'
-    list = 'Adel'
+    list = 'Home'
     Tasks.insert
       body: body
       dateDue: moment(now).add('w', 1).toDate()