Explorar el Código

Add tasks to 'Home' list by default

Adel Qalieh hace 12 años
padre
commit
6ec1f195b3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()