]> _ Git - fluidbook-html5.git/commitdiff
#
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 16 Mar 2018 13:35:46 +0000 (14:35 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 16 Mar 2018 13:35:46 +0000 (14:35 +0100)
js/libs/fluidbook/fluidbook.nav.js

index 9f2be0ddbd7a0f045eb2c798bfecb1b46bf67790..c62713c2979acbd41c5f36cc61b3b06c9842d076 100644 (file)
@@ -649,7 +649,7 @@ FluidbookNav.prototype = {
         // Share icon
         $(document).on('click', '.icon-share', function () {
             if ($this.fluidbook.datas.phonegap != 'android') {
-                return true;0
+                return true;
             }
             $this.fluidbook.share.intentShare();
             return false;