mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-04 15:09:16 +02:00
upgraded rsvp.js, small bug fixes
This commit is contained in:
parent
8bc693b2ce
commit
f525d86fb1
20 changed files with 2488 additions and 1370 deletions
|
@ -49,13 +49,14 @@
|
|||
<style type="text/css">
|
||||
|
||||
body {
|
||||
overflow: hidden;
|
||||
|
||||
}
|
||||
|
||||
#main {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#area {
|
||||
|
@ -103,8 +104,8 @@
|
|||
<script>
|
||||
"use strict";
|
||||
|
||||
var Book = ePub("../demo/moby-dick.epub", {restore: true, reload: true });
|
||||
|
||||
var Book = ePub("../demo/moby-dick/", {restore: true, reload: false });
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue