From 32128eb7f465fd8e5d7b6deb8bca4eaefe31b401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Cuevas?= Date: Sun, 22 Feb 2015 13:22:54 +0100 Subject: [PATCH] Fixed a small bug adding new lists and refactored list storage into it's own lib. --- index.html | 3 +- js/app.js | 95 +++++++++++----------------------------------- js/storelists.js | 99 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 123 insertions(+), 74 deletions(-) create mode 100644 js/storelists.js diff --git a/index.html b/index.html index 0c2fce5..8461ffa 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,7 @@ +