forked from GithubBackups/vichan
post_reply.html: add user-controls hook for js
This commit is contained in:
parent
ef86d714ac
commit
e4a8757a3d
@ -17,6 +17,7 @@
|
|||||||
<a class="post_no" id="post_no_{{ post.id }}" title="Link to this post" onclick="highlightReply({{ post.id }})" href="{% if isnoko50 %}{{ post.link('', config.file_page50) }}{% else %}{{ post.link }}{% endif %}">No.</a>
|
<a class="post_no" id="post_no_{{ post.id }}" title="Link to this post" onclick="highlightReply({{ post.id }})" href="{% if isnoko50 %}{{ post.link('', config.file_page50) }}{% else %}{{ post.link }}{% endif %}">No.</a>
|
||||||
<a class="post_no" title="Reply to this post" onclick="citeReply({{ post.id }})" href="{% if isnoko50 %}{{ post.link('q', config.file_page50) }}{% else %}{{ post.link('q') }}{% endif %}">{{ post.id }}</a>
|
<a class="post_no" title="Reply to this post" onclick="citeReply({{ post.id }})" href="{% if isnoko50 %}{{ post.link('q', config.file_page50) }}{% else %}{{ post.link('q') }}{% endif %}">{{ post.id }}</a>
|
||||||
</label>
|
</label>
|
||||||
|
<label class="user-controls">{# Used by some js #}</label>
|
||||||
</p>
|
</p>
|
||||||
<div class="head">
|
<div class="head">
|
||||||
{% endapply %}
|
{% endapply %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user