forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-10 20:22:40 -06:00
parent 7b6023f23d
commit 7be0866e72
2 changed files with 3 additions and 3 deletions

View File

@ -382,8 +382,8 @@
<a href="{{c.shortlink}}">More comments <i class="fas fa-long-arrow-right ml-1"></i></a>
</div>
{% elif replies %}
<div id="morecomment-{{c.id}}" class="mt-2 more-comments text-small hidden-on-collapse">
<button class="mt-2 w-full btn btn-gray" id="load-more-replies-button" onclick="loadMoreReplies('{{c.id}}','{{sort}}',{{offset}},'comment-list',this.id); this.disabled = true;">
<div id="morecomments-{{c.id}}" class="mt-2 more-comments text-small hidden-on-collapse">
<button class="mt-2 w-full btn btn-gray" id="load-more-replies-button-{{c.id}}" onclick="loadMoreReplies('{{c.id}}','morecomments-{{c.id}}',this.id); this.disabled = true;">
Load more replies
</button>
<a class="md:hidden" href="{{c.shortlink}}">More comments <i class="fas fa-long-arrow-right ml-1"></i></a>

View File

@ -654,7 +654,7 @@
{% endif %}
{% if offset %}
<script src="/assets/js/viewmore.js?v=11"></script>
<script src="/assets/js/viewmore.js?v=12"></script>
{% endif %}
</div>