1
0
Fork 0
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:
Fred Chasen 2013-09-29 23:29:53 -07:00
parent 8bc693b2ce
commit f525d86fb1
20 changed files with 2488 additions and 1370 deletions

View file

@ -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");