]> _ Git - fluidbook-html5.git/commitdiff
fix #3139 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 15 Oct 2019 12:55:17 +0000 (14:55 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 15 Oct 2019 12:55:17 +0000 (14:55 +0200)
js/libs/fluidbook/fluidbook.nav.js

index a030e54da79ab1f72341ba7712495b8f1968e08d..35b2335e03a89ccfa0ffd16df7c00b11a18fc4ff 100644 (file)
@@ -419,7 +419,7 @@ FluidbookNav.prototype = {
                         }
                     } else if (navType === 'menu') {
                         // Save HTML so it can be added to menu once MMenu is initialised
-                        this.shareLinksHTML = '<div id="shareLinks"><div class="share-icons">' + this.fluidbook.share.getShareLinks(true) + '</div></div>';
+                        this.shareLinksHTML = '<div id="shareLinks"><div class="share-icons">' + this.fluidbook.share.getShareLinks(true,undefined,'publication') + '</div></div>';
                     }
                 }