Correct bottom link.

This commit is contained in:
desudesutalk 2015-09-26 18:16:10 +03:00
parent eb37900617
commit 400b4fd71a

View File

@ -65,12 +65,13 @@
<div class="bar bottom">
<div class="threadlinks">
<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>
<span class="threadlink"><a href="#" style="padding-left: 10px"> {% trans %}Go to top{% endtrans %}</a> /</span>
</div>
<div class=pages></div>
</div>
<script type="text/javascript">{% raw %}
ready();
{% endraw %}</script>
<a href="#" id="bottom"></a>
</body>
</html>