1
0
Fork 0
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:
Fred Chasen 2013-10-26 12:01:52 -07:00
parent 6fce08bc7d
commit 536629e8bb
7 changed files with 19 additions and 8 deletions

View file

@ -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>