forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-10 20:40:35 -06:00
parent b3b8b18608
commit 4ec7e1181e
1 changed files with 2 additions and 2 deletions

View File

@ -382,12 +382,12 @@
<a href="{{c.shortlink}}">More comments <i class="fas fa-long-arrow-right ml-1"></i></a> <a href="{{c.shortlink}}">More comments <i class="fas fa-long-arrow-right ml-1"></i></a>
</div> </div>
{% elif replies %} {% elif replies %}
<div id="morecomments-{{c.id}}" class="mt-2 more-comments text-small hidden-on-collapse"> <div id="morecomments-{{c.id}}" class="mt-2 more-comments text-small hidden-on-collapse hidden md:block">
<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;"> <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 Load more replies
</button> </button>
<a class="md:hidden" href="{{c.shortlink}}">More comments <i class="fas fa-long-arrow-right ml-1"></i></a>
</div> </div>
<a class="md:hidden hidden-on-collapse" href="{{c.shortlink}}">More comments <i class="fas fa-long-arrow-right ml-1"></i></a>
{% endif %} {% endif %}
{% endif %} {% endif %}
</div> </div>