forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-12-17 23:32:40 +02:00
parent a1d8a9b15c
commit a5cd629a3f
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@
{% if not c.parent_submission and c.author_id!=NOTIFICATIONS_ID and c.author_id!=AUTOJANNY_ID and c.author_id!=v.id %}
<a class="btn btn-primary" href="javascript:void(0)" onclick="document.getElementById('reply-m-{{c.id}}').classList.toggle('d-none')">Reply</a>
<a class="btn btn-primary" href="javascript:void(0)" onclick="document.getElementById('reply-m-{{c.id}}').classList.toggle('d-none');document.getElementById('reply-m-{{c.id}}').focus()">Reply</a>
<pre></pre>
<div id="reply-m-{{c.id}}" class="d-none">
<div id="comment-form-space-{{c.id}}" class="comment-write collapsed child">