Browse Source

return of pages div

It is needed actually. Added width reset for it.
pull/40/head
desudesutalk 9 years ago
parent
commit
3cb24f1cce
  1. 1
      templates/thread.html

1
templates/thread.html

@ -67,6 +67,7 @@
<span class="threadlink">[ <a href="{{ return }}">{% trans %}Return{% endtrans %}</a> /</span>
<span class="threadlink"><a href="#" id="bottom" style="padding-left: 10px"> {% trans %}Go to top{% endtrans %}</a> /</span>
</div>
<div class=pages style="width: initial;"></div>
</div>
<script type="text/javascript">{% raw %}
ready();

Loading…
Cancel
Save