You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reader.js is missing this (line 49) to let contained epub to load:
this.book = book = new EPUBJS.Book({
bookPath: path,
restore: this.settings.restore,
reload: this.settings.reload,
// Added so url based epub works
contained: this.settings.contained
});
The text was updated successfully, but these errors were encountered:
Reader.js is missing this (line 49) to let contained epub to load:
The text was updated successfully, but these errors were encountered: