mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
Fixed up example so you can actually view/make annotations.
Much work still needs to be done on UX / UI, but at least now this isn't completely broken.
This commit is contained in:
parent
038c81e496
commit
41fa3d0ef3
2 changed files with 2 additions and 35 deletions
|
@ -67,7 +67,7 @@ EPUBJS.reader.plugins.HypothesisController = function(Book) {
|
|||
});
|
||||
});
|
||||
|
||||
$(".tri-icon").on("click", function () {
|
||||
$(".h-icon-comment").on("click", function () {
|
||||
if ($main.hasClass("single")) {
|
||||
showAnnotations(false);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue