]> _ Git - fluidbook-html5.git/commitdiff
fix #2228 @0:20
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 5 Oct 2018 15:31:02 +0000 (17:31 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 5 Oct 2018 15:31:02 +0000 (17:31 +0200)
js/libs/fluidbook/fluidbook.links.js

index 88ebaa8bc20097a35a8f06b71a397bde7ceea09a..c74816c8b3fcc2c169cb1de0b7f25a2d36921a8f 100644 (file)
@@ -94,6 +94,7 @@ FluidbookLinks.prototype = {
             setTimeout(function () {
                 $(l).addClass('show');
             }, 10);
+            $(this).closest('div.link').hide();
             return false;
         });