Browse Source

faq.html catalog.html: fix top bar not being unpinned (missing hud hook)

pull/141/head
Zankaria 4 weeks ago
parent
commit
7dcdbc065d
  1. 2
      templates/themes/catalog/catalog.html
  2. 2
      templates/themes/faq/index.html

2
templates/themes/catalog/catalog.html

@ -13,7 +13,7 @@
{% include 'header.html' %}
</head>
<body class="8chan vichan {% if mod %}is-moderator{% else %}is-not-moderator{% endif %} theme-catalog active-catalog" data-stylesheet="{% if config.default_stylesheet.1 != '' %}{{ config.default_stylesheet.1 }}{% else %}default{% endif %}">
<div class="top bar topbar">
<div id="top-hud" class="top bar topbar">
{{ boardlist.top }}
</div>
<header>

2
templates/themes/faq/index.html

@ -14,7 +14,7 @@
{% include 'header.html' %}
</head>
<body class="8chan vichan {% if mod %}is-moderator{% else %}is-not-moderator{% endif %}" data-stylesheet="{% if config.default_stylesheet.1 != '' %}{{ config.default_stylesheet.1 }}{% else %}default{% endif %}">
<div class="bar top">
<div id="top-hud" class="bar top">
{{ boardlist.top }}
</div>
<header>

Loading…
Cancel
Save