From: Stephen Cameron Date: Wed, 12 Jul 2017 16:26:06 +0000 (+0200) Subject: Fix incorrect SVG ID after renaming for consistency with other code. WIP #1501 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=872c08efc78794b03f978a45b6a63867ffc201b5;p=fluidbook-html5.git Fix incorrect SVG ID after renaming for consistency with other code. WIP #1501 @0:05 --- diff --git a/js/libs/fluidbook/fluidbook.nav.js b/js/libs/fluidbook/fluidbook.nav.js index 91d043a7..4de957c2 100644 --- a/js/libs/fluidbook/fluidbook.nav.js +++ b/js/libs/fluidbook/fluidbook.nav.js @@ -288,7 +288,7 @@ FluidbookNav.prototype = { shareLinks['twitter'] = 'Twitter'; } if (this.fluidbook.datas.googleplus) { - shareLinks['google-plus'] = 'Google Plus'; + shareLinks['googleplus'] = 'Google Plus'; } if (this.fluidbook.datas.linkedin) { shareLinks['linkedin'] = 'LinkedIn';