1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-04 15:09:16 +02:00

Fixed #30 and Fixed #37

This commit is contained in:
Fred Chasen 2013-08-20 18:34:01 -07:00
parent 0e57823e86
commit b2db4fd03a
4 changed files with 21 additions and 11 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html class="no-js">
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
@ -103,7 +103,7 @@
<script>
"use strict";
var Book = ePub("../demo/moby-dick.epub", {restore: true});
var Book = ePub("../demo/moby-dick.epub", {restore: true, reload: true });
</script>
</head>