]> _ Git - fluidbook-html5.git/commitdiff
fix #1665 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 15 Sep 2017 10:06:37 +0000 (12:06 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 15 Sep 2017 10:06:37 +0000 (12:06 +0200)
js/libs/fluidbook/fluidbook.bookmarks.js

index af005b73afb6d5e1728e0e13ec8906b4f2e60967..8c6522168d0438080ac85c88498a819797eca205 100644 (file)
@@ -39,7 +39,7 @@ FluidbookBookmarks.prototype = {
             body = trim(body.replace(/\%title\%/gi, $this.fluidbook.datas.title), ' .');
             body += " : " + $this.getPDF();
 
-            $this.fluidbook.intentShare(subject, body);
+            $this.fluidbook.share.intentShare(subject, body);
             return false;
         });