mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-04 15:09:16 +02:00
10 lines
208 B
JavaScript
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();
|
|
|
|
}
|
|
|
|
|