1
0
Fork 0
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:
RawKStar77 2014-11-12 17:08:28 -08:00
parent 038c81e496
commit 41fa3d0ef3
2 changed files with 2 additions and 35 deletions

View file

@ -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 {