summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-27 16:48:16 +0300
committerAndrew Dolgov <[email protected]>2017-02-27 16:48:16 +0300
commit292b735fd8b8efa8da767321113c01c7e1ae0f64 (patch)
tree8b7f254870f12cee68c55cc56fc4078e3168d17d
parentcbe10493b9de11d36a9e24a98a975565f5ad5f08 (diff)
enlarge default pages a bit
-rw-r--r--read.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/read.html b/read.html
index 60fb5a8..a1e4942 100644
--- a/read.html
+++ b/read.html
@@ -455,11 +455,11 @@
localforage.setItem(cacheId("pagination"), JSON.parse(pageList));
_pagination_stored = 1;
} else {
- book.generatePagination(600, 600);
+ book.generatePagination(600, 1200);
}
}).catch(function() {
- book.generatePagination(600, 600);
+ book.generatePagination(600, 1200);
});
}
});