From: Vincent Vanwaelscappel Date: Tue, 15 Oct 2019 12:55:17 +0000 (+0200) Subject: fix #3139 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=68daee10e8703889fde8ecc60ce7c24657ae4230;p=fluidbook-html5.git fix #3139 @0.25 --- diff --git a/js/libs/fluidbook/fluidbook.nav.js b/js/libs/fluidbook/fluidbook.nav.js index a030e54d..35b2335e 100644 --- a/js/libs/fluidbook/fluidbook.nav.js +++ b/js/libs/fluidbook/fluidbook.nav.js @@ -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 = ''; + this.shareLinksHTML = ''; } }