From 0113910ec610ca0ec33d1dd6776e6282f485d07a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 27 Feb 2017 15:55:41 +0300 Subject: set pagination page dimensions for consistency --- read.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/read.html b/read.html index 7c243c8..fc874c4 100644 --- a/read.html +++ b/read.html @@ -420,11 +420,11 @@ localforage.setItem(cacheId("pagination"), JSON.parse(pageList)); _pagination_stored = 1; } else { - book.generatePagination(); + book.generatePagination(600, 600); } }).catch(function() { - book.generatePagination(); + book.generatePagination(600, 600); }); } }); -- cgit v1.2.3