]> _ Git - fluidbook-html5.git/commitdiff
try #3058 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 17 Sep 2019 14:59:35 +0000 (16:59 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 17 Sep 2019 14:59:35 +0000 (16:59 +0200)
js/libs/fluidbook/fluidbook.js

index febb5c5b7f10080b3139b21f04633c557aa9b75a..d76ea253145df2375fdf21b9963097a72a86c2fe 100644 (file)
@@ -686,11 +686,12 @@ Fluidbook.prototype = {
     },
 
     hideMenuItems: function () {
-        $('#menuList > ul > li, #shareLinks').fadeOut(100);
+        $('#menuList > ul > li, #shareLinks,footer#mobile-credits').fadeOut(100);
+
     },
 
     showMenuItems: function () {
-        $('#menuList > ul > li, #shareLinks').fadeIn(300);
+        $('#menuList > ul > li, #shareLinks,footer#mobile-credits').fadeIn(300);
     },
 
     print: function (button) {