mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
fixed endnotes
This commit is contained in:
parent
4cf8bbc161
commit
fc50b6ed51
5 changed files with 9 additions and 9 deletions
|
@ -57,8 +57,8 @@ EPUBJS.Hooks.register("beforeChapterDisplay").endnotes = function(callback, rend
|
|||
|
||||
pop_content.appendChild(txt);
|
||||
pop_content.setAttribute("class", "pop_content");
|
||||
|
||||
chapter.bodyEl.appendChild(popups[id]);
|
||||
|
||||
renderer.render.document.body.appendChild(popups[id]);
|
||||
|
||||
//-- TODO: will these leak memory? - Fred
|
||||
popups[id].addEventListener("mouseover", onPop, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue