From: Stephen Cameron Date: Mon, 27 Mar 2017 15:58:19 +0000 (+0200) Subject: Fix #1180 @1.75 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=457217cdaf80cd49bb506a258d5241113a160ced;p=fluidbook-html5.git Fix #1180 @1.75 --- diff --git a/js/libs/fluidbook/fluidbook.help.js b/js/libs/fluidbook/fluidbook.help.js index 4ac4ac9f..8ee9f853 100644 --- a/js/libs/fluidbook/fluidbook.help.js +++ b/js/libs/fluidbook/fluidbook.help.js @@ -118,6 +118,11 @@ FluidbookHelp.prototype = { return false; }); } + + // Click handler on main helpView div to hide it + $this.view.click(function() { + $this.hide(); + }); }, isVisible: function() { return this.view.is(":visible");