]> _ Git - fluidbook-html5.git/commitdiff
#1790
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 11 Dec 2017 14:44:25 +0000 (15:44 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 11 Dec 2017 14:44:25 +0000 (15:44 +0100)
js/libs/fluidbook/fluidbook.share.js

index 28a1a6729b8be9ec95f71bbe21c76358e1af2a88..63003a25fc83144d24c58f28964df4f9c8713da6 100644 (file)
@@ -34,7 +34,7 @@ function FluidbookShare(fluidbook) {
         });
 
         if (this.fluidbook.datas.phonegap == 'android') {
-            $(document).on('click', '#', function () {
+            $(document).on('click', '#shareLinks', function () {
                 $this.intentShare();
                 return false;
             });