Browse Source

page.html: main.js cannot find the bottom-hud hook to add the stylepicker

fix-hud-dash
Zankaria 4 weeks ago
parent
commit
94f6a1f366
  1. 5
      templates/page.html

5
templates/page.html

@ -11,7 +11,9 @@
<title>{{ title }}</title>
</head>
<body class="8chan vichan {% if mod %}is-moderator{% else %}is-not-moderator{% endif %} active-page" data-stylesheet="{% if config.default_stylesheet.1 != '' %}{{ config.default_stylesheet.1 }}{% else %}default{% endif %}">
{{ boardlist.top }}
<div id="top-hud">
{{ boardlist.top }}
</div>
{% if pm %}<div class="top_notice">You have <a href="?/PM/{{ pm.id }}">an unread PM</a>{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.</div><hr>{% endif %}
<header>
@ -35,6 +37,7 @@
</footer>
<div class="pages"></div>
<div id="bottom-hud"></div>
<script type="text/javascript">{% raw %}
ready();
{% endraw %}</script>

Loading…
Cancel
Save