satorumurmur / bibi

Bibi | EPUB Reader on your website.
https://bibi.epub.link
MIT License
859 stars 123 forks source link

fix bug where loading bibi.book.css fails when index.html opened as a local file #66

Closed cat-in-136 closed 5 years ago

cat-in-136 commented 5 years ago

README indicates "you can read in browsers on your local machine". However, the xhr loading of bibi.book.css file fails and cannot be used.

To enable on the local machine, this pull request replaces xhr loading with <link> and onload.

satorumurmur commented 5 years ago

@cat-in-136 Certainly. I'll review and merge it. Thank you.

satorumurmur commented 5 years ago

@cat-in-136 'bibi.book.css' must be append to not 'bib/i/index.html' but each item. I'll fix as that.

satorumurmur commented 5 years ago

I fixed the issue ”loading bibi.book.css fails when index.html opened as a local file” on d3ab9044a79501f64cfccf3d1814cbe55d2dfe40. Thank you for your report & suggestion! @cat-in-136