From 00486995abc23102e42e42133bf18a54f0771238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Cuevas?= Date: Sun, 22 Feb 2015 23:36:55 +0100 Subject: [PATCH] Changed from localStorage to IndexedDB --- index.html | 2 +- js/app.js | 145 ++- js/libs/Dexie.js | 3099 ++++++++++++++++++++++++++++++++++++++++++++++ js/storelists.js | 154 --- manifest.webapp | 14 +- 5 files changed, 3193 insertions(+), 221 deletions(-) create mode 100644 js/libs/Dexie.js delete mode 100644 js/storelists.js diff --git a/index.html b/index.html index 140dfe4..bca9dc4 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ - +