fix reply highlighting

This commit is contained in:
Savetheinternet 2011-10-09 03:17:25 +11:00
parent 57f652f804
commit 091a62061c

View File

@ -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 }});"