From: Vincent Vanwaelscappel Date: Wed, 28 Jul 2021 13:01:54 +0000 (+0200) Subject: wait #4625 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f15253ad22e8034de92846bff63727a2f5873e7a;p=fluidbook-html5.git wait #4625 @0.5 --- diff --git a/js/libs/fluidbook/fluidbook.help.js b/js/libs/fluidbook/fluidbook.help.js index 4eb023ee..efd47cf1 100644 --- a/js/libs/fluidbook/fluidbook.help.js +++ b/js/libs/fluidbook/fluidbook.help.js @@ -261,6 +261,8 @@ FluidbookHelp.prototype = { $("#help-illustrations").css('opacity', '1'); }, 100); + $(this.fluidbook).trigger('fluidbook.help.show'); + return false; }, hide: function () { @@ -277,6 +279,7 @@ FluidbookHelp.prototype = { $this.hide(); }); } + $(this.fluidbook).trigger('fluidbook.help.hide'); } return false; },