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