From 4800a709499573c7f3f3a9f86b6bdc9922262500 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 22 Mar 2017 21:04:13 +0300 Subject: increase default page sizes to bring locations closer to actual page counts --- read.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'read.html') diff --git a/read.html b/read.html index d2a5a5c..1a06baa 100644 --- a/read.html +++ b/read.html @@ -555,11 +555,11 @@ localforage.setItem(cacheId("pagination"), JSON.parse(pageList)); _pagination_stored = 1; } else { - book.generatePagination(600, 1200); + book.generatePagination(1020, 2400); } }).catch(function() { - book.generatePagination(600, 1200); + book.generatePagination(1020, 2400); }); } }); -- cgit v1.2.3