forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-12-17 23:38:13 +02:00
parent a5cd629a3f
commit 9a801ed434
1 changed files with 3 additions and 3 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');document.getElementById('reply-m-{{c.id}}').focus()">Reply</a>
<a class="btn btn-primary" href="javascript:void(0)" onclick="openReplyBox('reply-m-{{c.id}}')">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">
@ -345,7 +345,7 @@
<a id="save-{{c.id}}" class="{% if c.id not in v.saved_comment_idlist() %}d-md-inline-block{% endif %} list-inline-item text-muted d-none" href="javascript:void(0)" onclick="post_toast3('/save_comment/{{c.id}}','save-{{c.id}}','unsave-{{c.id}}')"><i class="fas fa-save"></i>Save</a>
<a class="list-inline-item text-muted" href="javascript:void(0)" onclick="openReplyBox('{{c.id}}')"><i class="fas fa-reply" aria-hidden="true"></i><span class="d-none d-md-inline-block">Reply</span></a>
<a class="list-inline-item text-muted" href="javascript:void(0)" onclick="openReplyBox('reply-to-{{c.id}}')"><i class="fas fa-reply" aria-hidden="true"></i><span class="d-none d-md-inline-block">Reply</span></a>
{% endif %}
<a class="list-inline-item text-muted d-none d-md-inline-block" href="{{c.permalink}}"><i class="fas fa-book-open"></i>Context</a>
@ -787,7 +787,7 @@
{% if v %}
<script src="/assets/js/marked.js?v=190"></script>
<script src="/assets/js/comments_v.js?v=190"></script>
<script src="/assets/js/comments_v.js?v=191"></script>
{% endif %}
<script src="/assets/js/clipboard.js?v=190"></script>