There was an error while loading. Please reload this page.
1 parent 17604f6 commit a4b8bb0Copy full SHA for a4b8bb0
common/header.html
@@ -3,9 +3,9 @@
3
const titleVisible = helper.attrs.minimized;
4
console.log(titleVisible);
5
if (titleVisible) {
6
- $(".headerLink:not(.keep)").fadeOut('700');
+ $(".headerLink:not(.keep)").hide();
7
} else {
8
- $(".headerLink").fadeIn('700');
+ $(".headerLink").show();
9
}
10
});
11
0 commit comments