From 994e5904c8d11c9b93cc1ba9e758472355900f56 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sat, 10 Nov 2012 16:30:18 -0500 Subject: [PATCH] added filter by project and context --- app/appinfo.json | 2 +- app/index.html | 6 +++ app/source/TodoList.js | 113 +++++++++++++++++++++++++++++++++++++++-- bbww/appindex.html | 6 +++ pkg/packageinfo.json | 2 +- 5 files changed, 123 insertions(+), 6 deletions(-) diff --git a/app/appinfo.json b/app/appinfo.json index 3c1a572..d17b05a 100644 --- a/app/appinfo.json +++ b/app/appinfo.json @@ -1,6 +1,6 @@ { "id": "com.monkeystew.todotxtenyo.beta", - "version": "0.2.2", + "version": "0.3.0", "vendor": "Monkeystew", "type": "web", "main": "index.html", diff --git a/app/index.html b/app/index.html index 4c13894..2a05d7d 100644 --- a/app/index.html +++ b/app/index.html @@ -16,6 +16,12 @@ appInstance.renderInto(document.body);