1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-04 15:09:16 +02:00
epub.js/hooks/extensions/hypothesis.js
2013-07-17 22:19:10 -07:00

10 lines
208 B
JavaScript

EPUBJS.Hooks.register("beforeChapterDisplay").hypothesis = function(callback, chapter){
EPUBJS.core.addScript("https://hypothes.is/app/embed.js", null, chapter.doc.head);
if(callback) callback();
}