mirror of
https://github.com/janeczku/calibre-web
synced 2025-11-14 06:07:10 +00:00
Fix #1115 (comic reader not working under iOS, maybe invalid issue)
Improvement for #925 (Next/Prev buttons are bigger)
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
/* global $, calibre, EPUBJS, ePubReader */
|
||||
|
||||
var reader;
|
||||
|
||||
(function() {
|
||||
"use strict";
|
||||
|
||||
EPUBJS.filePath = calibre.filePath;
|
||||
EPUBJS.cssPath = calibre.cssPath;
|
||||
|
||||
var reader = ePubReader(calibre.bookUrl, {
|
||||
reader = ePubReader(calibre.bookUrl, {
|
||||
restore: true,
|
||||
bookmarks: calibre.bookmark ? [calibre.bookmark] : []
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user