1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-05 15:32:55 +02:00

Updated hypothes.is examples

This commit is contained in:
Fred Chasen 2017-08-30 08:47:20 -04:00
parent e9d7e79158
commit f3a2f21fb3
2 changed files with 34 additions and 10 deletions

View file

@ -196,7 +196,7 @@
var url = params && params.get("url") && decodeURIComponent(params.get("url"));
// Load the opf
var book = ePub(url || window.location.protocol + "//s3.amazonaws.com/epubjs/books/alice/OPS/package.opf");
var book = ePub(url || window.location.protocol + "//s3.amazonaws.com/epubjs.org/books/moby-dick-hypothesis-demo.epub");
var rendition = book.renderTo("viewer", {
flow: "scrolled-doc",
ignoreClass: "annotator-hl"