]> _ Git - fluidbook-html5.git/commitdiff
#1399
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 11 May 2017 09:14:21 +0000 (11:14 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 11 May 2017 09:14:21 +0000 (11:14 +0200)
js/libs/fluidbook/fluidbook.bookmarks.js

index f4a7b23aa4260a4d2b530152045f79410c06909c..d965af3d6d5f4cc91d60d12853415c9244465ddc 100644 (file)
@@ -18,7 +18,7 @@ function FluidbookBookmarks(fluidbook) {
 FluidbookBookmarks.prototype = {
        init: function() {
                var $this = this;
-               $(document).on('click', '.bookmark', function() {
+               $(document).on('click touchend', '.bookmark', function() {
                        $this.toggleBookmark(parseInt($(this).attr('data-page')));
                        return false;
                });