]> _ Git - fluidbook-html5.git/commitdiff
fix #2773 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 17 May 2019 16:28:04 +0000 (18:28 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 17 May 2019 16:28:04 +0000 (18:28 +0200)
js/libs/fluidbook/menu/fluidbook.index.js

index d798c96080f51c0bd15e25c95c9edd124a354aaa..b76cbc6f5ddcc7ce5d7f2f075ad54bac57bbb927 100644 (file)
@@ -120,7 +120,7 @@ FluidbookIndex.prototype = {
             if (i > 0) {
                 ix1 += '<div class="thumb ' + s1 + '"' + dim.thumb + '><a href="#/page/' + i + '">' + this.fluidbook.loader.getThumbImage(i, true, dim.thumb) + '</a><span class="number"' + dim.pagenumber + '>' + this.fluidbook.physicalToVirtual(i) + '</span>';
                 if (this.fluidbook.bookmarks.enabled) {
-                    ix1 += this.fluidbook.bookmarks.getBookmarkForPage(i, true);
+                    ix1 += this.fluidbook.bookmarks.getBookmarkForPage(i, true, mobileFirst);
                 }
                 pages.push(i);
                 ix1 += '</div>';