Browse Source

faq.html: fix broken style picker (due to missing hud hook)

pull/141/head
Zankaria 4 weeks ago
parent
commit
47d704ed01
  1. 6
      templates/themes/faq/index.html

6
templates/themes/faq/index.html

@ -139,7 +139,11 @@
<br>Tinyboard Copyright &copy; 2010-2014 Tinyboard Development Group
<br>vichan Copyright &copy; 2012-2016 vichan-devel</p>
</footer>
<div class="pages"></div>
<div id="bottom-hud" class="bar bottom">
<div class="pages"></div>
</div>
<script type="text/javascript">{% raw %}
ready();
{% endraw %}</script>

Loading…
Cancel
Save