forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-10 19:50:51 -06:00
parent 3551d8c259
commit 32b58a6ecc
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@
</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;">
<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;">
Load more replies
</button>
<a class="md:hidden" href="{{c.shortlink}}">More comments <i class="fas fa-long-arrow-right ml-1"></i></a>