summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/index.js b/js/index.js
index 520e35d..c51515b 100644
--- a/js/index.js
+++ b/js/index.js
@@ -109,7 +109,7 @@ function offline_cache(bookId, callback) {
console.log(cacheId + ' got pagination');
resp.text().then(function(text) {
- localforage.setItem(cacheId + '.pagination', JSON.parse(text));
+ localforage.setItem(cacheId + '.locations', JSON.parse(text));
});
}
});