From f5c1f278631d6806bd0db06da35117ce6655fd6f Mon Sep 17 00:00:00 2001 From: DC* Date: Thu, 7 Aug 2014 23:31:15 -0300 Subject: [PATCH] Fixed PageView::createNewTask which referenced Task model without requiring it Fixed task template to remove unneeded textarea Removed commented out code on index template --- public/index.html | 5 ++- public/javascripts/views/page.js | 6 ++-- public/javascripts/views/task.js | 2 +- public/templates/task.html | 52 ++++++++++++-------------------- 4 files changed, 27 insertions(+), 38 deletions(-) diff --git a/public/index.html b/public/index.html index 48c9fdc..ab44df2 100644 --- a/public/index.html +++ b/public/index.html @@ -21,9 +21,8 @@

- - +