Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in reader.js #81

Closed
X-Ryl669 opened this issue Jan 7, 2014 · 3 comments
Closed

Error in reader.js #81

X-Ryl669 opened this issue Jan 7, 2014 · 3 comments

Comments

@X-Ryl669
Copy link

X-Ryl669 commented Jan 7, 2014

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
        });
@fchasen
Copy link
Contributor

fchasen commented Jan 7, 2014

It should be detecting that if the files are name .epub, but will add

@X-Ryl669
Copy link
Author

X-Ryl669 commented Jan 7, 2014

The URL is generated and actually never ends with .epub.
Thanks

@X-Ryl669 X-Ryl669 closed this as completed Jan 7, 2014
@X-Ryl669
Copy link
Author

It works. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants