Skip to content

Commit 0b07024

Browse files
authored
Update header.html
1 parent a4b8bb0 commit 0b07024

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/header.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<script type="text/discourse-plugin" version="0.8.20">
22
api.decorateWidget("home-logo:after", helper => {
33
const titleVisible = helper.attrs.minimized;
4-
console.log(titleVisible);
54
if (titleVisible) {
65
$(".headerLink:not(.keep)").hide();
76
} else {

0 commit comments

Comments
 (0)