mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
Handle blank path to epub
This commit is contained in:
parent
6fce08bc7d
commit
536629e8bb
7 changed files with 19 additions and 8 deletions
|
@ -103,8 +103,8 @@
|
|||
<script>
|
||||
"use strict";
|
||||
|
||||
var Book = ePub("../demo/moby-dick/", {restore: true, reload: false });
|
||||
|
||||
// var Book = ePub("../demo/moby-dick/", {restore: true, reload: false });
|
||||
var Book = ePub("", {restore: true, reload: false });
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue