summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-03-22 21:04:13 +0300
committerAndrew Dolgov <[email protected]>2017-03-22 21:04:13 +0300
commit4800a709499573c7f3f3a9f86b6bdc9922262500 (patch)
tree97d1f8ed2e80eb055b6d770be647e58a385d785f /read.html
parentdf22bda667f72db5f3d684c7c078fc918be42bf9 (diff)
increase default page sizes to bring locations closer to actual page counts
Diffstat (limited to 'read.html')
-rw-r--r--read.html4
1 files changed, 2 insertions, 2 deletions
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);
});
}
});