fix reply highlighting
This commit is contained in:
parent
57f652f804
commit
091a62061c
@ -33,7 +33,7 @@
|
|||||||
{% if config.poster_ids %}
|
{% if config.poster_ids %}
|
||||||
ID: {{ post.ip|poster_id(post.id) }}
|
ID: {{ post.ip|poster_id(post.id) }}
|
||||||
{% endif %}
|
{% 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"
|
<a class="post_no"
|
||||||
{% if not index %}
|
{% if not index %}
|
||||||
onclick="citeReply({{ post.id }});"
|
onclick="citeReply({{ post.id }});"
|
||||||
|
Loading…
Reference in New Issue
Block a user