There was an error while loading. Please reload this page.
1 parent a4b8bb0 commit 0b07024Copy full SHA for 0b07024
common/header.html
@@ -1,7 +1,6 @@
1
<script type="text/discourse-plugin" version="0.8.20">
2
api.decorateWidget("home-logo:after", helper => {
3
const titleVisible = helper.attrs.minimized;
4
- console.log(titleVisible);
5
if (titleVisible) {
6
$(".headerLink:not(.keep)").hide();
7
} else {
0 commit comments