Browse Source

fix reply highlighting

pull/40/head
Savetheinternet 13 years ago
parent
commit
091a62061c
  1. 2
      templates/post_reply.html

2
templates/post_reply.html

@ -33,7 +33,7 @@
{% if config.poster_ids %}
ID: {{ post.ip|poster_id(post.id) }}
{% endif %}
<a class="post_no" href="{{ post.link }}">No.</a>
<a class="post_no" {% if not index %}onclick="highlightReply({{ post.id }})" {% endif %}href="{{ post.link }}">No.</a>
<a class="post_no"
{% if not index %}
onclick="citeReply({{ post.id }});"

Loading…
Cancel
Save