mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
Handle missing TOC
This commit is contained in:
parent
536629e8bb
commit
46633775d2
6 changed files with 11 additions and 7 deletions
|
@ -104,7 +104,7 @@
|
|||
"use strict";
|
||||
|
||||
// var Book = ePub("../demo/moby-dick/", {restore: true, reload: false });
|
||||
var Book = ePub("", {restore: true, reload: false });
|
||||
var Book = ePub("../books/demo-book-gh-pages/", {restore: true, reload: false });
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue