mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
added queue to render events and displays
This commit is contained in:
parent
2d19ae683c
commit
5af9e6cd4c
11 changed files with 246 additions and 76 deletions
|
@ -37,7 +37,7 @@
|
|||
<!-- Hooks -->
|
||||
<!-- <script src="../hooks/default/transculsions.js"></script> -->
|
||||
<!-- <script src="../hooks/default/endnotes.js"></script> -->
|
||||
<!-- <script src="../hooks/default/smartimages.js"></script> -->
|
||||
<script src="../hooks/default/smartimages.js"></script>
|
||||
|
||||
<script>
|
||||
|
||||
|
@ -104,7 +104,7 @@
|
|||
"use strict";
|
||||
|
||||
var Book = ePub("../demo/moby-dick.epub", {restore: true, reload: true });
|
||||
|
||||
Book.goto('chapter_008.xhtml');
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue