]> _ Git - fluidbook-html5.git/commitdiff
wait #4625 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 28 Jul 2021 13:01:54 +0000 (15:01 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 28 Jul 2021 13:01:54 +0000 (15:01 +0200)
js/libs/fluidbook/fluidbook.help.js

index 4eb023ee73e557d7c55ed6e0ba63047bc79e41eb..efd47cf1f0fa051704c8c349eea9cac9c23dd599 100644 (file)
@@ -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;
     },