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
|
@ -44,7 +44,8 @@ EPUBJS.Hooks.register("beforeChapterDisplay").endnotes = function(callback, chap
|
|||
pop = el.cloneNode(true);
|
||||
txt = pop.querySelector("p");
|
||||
}
|
||||
|
||||
|
||||
chapter.replaceLinks.bind(this)
|
||||
//-- create a popup with endnote inside of it
|
||||
if(!popups[id]) {
|
||||
popups[id] = document.createElement("div");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue