Update header.html
This commit is contained in:
parent
a4b8bb0e36
commit
0b07024cc5
|
@ -1,7 +1,6 @@
|
|||
<script type="text/discourse-plugin" version="0.8.20">
|
||||
api.decorateWidget("home-logo:after", helper => {
|
||||
const titleVisible = helper.attrs.minimized;
|
||||
console.log(titleVisible);
|
||||
if (titleVisible) {
|
||||
$(".headerLink:not(.keep)").hide();
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue