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

Reversed order of Nav TOC items

This commit is contained in:
fchasen 2013-11-16 23:23:46 -08:00
parent 4bf7e5f0ef
commit dbb07acd06
15 changed files with 133 additions and 115 deletions

View file

@ -103,8 +103,8 @@
<script>
"use strict";
// var Book = ePub("../demo/moby-dick/", {restore: true, reload: false });
var Book = ePub("../books/demo-book-gh-pages/", {restore: true, reload: false });
var Book = ePub("../demo/moby-dick/", {restore: true, reload: true });
</script>
</head>
<body>