Browse Source

fix previous commit

pull/40/head
czaks 10 years ago
committed by Michael Foster
parent
commit
1a88ea3271
  1. 13
      templates/post_thread.html

13
templates/post_thread.html

@ -96,19 +96,6 @@
<a class="post_no" onclick="return document.querySelectorAll('div.banner').length ? citeReply({{ post.id }}) : true;" href="{{ post.link('q') }}">
{{ post.id }}
</a>
<a class="post_no" href="{{ post.link }}">No.</a>
<a class="post_no"
{% if not index %}
onclick="citeReply({{ post.id }});"
{% endif %}
href="{% if index %}
{{ post.link('q') }}
{% else %}
javascript:void(0);
{% endif %}">
{{ post.id }}
</a>
{% if post.sticky %}
{% if config.font_awesome %}
<i class="icon-pushpin icon"></i>

Loading…
Cancel
Save