forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-10 20:14:06 -06:00
parent a878c976cc
commit 7b6023f23d
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@
{% set pid = p.id %}
{% endif %}
<div id="comment-list-{{ offset }}">
<button class="mt-2 w-full btn btn-gray" id="load-more-button" onclick="loadMore({{pid}},'{{sort}}',{{offset}},'comment-list-{{ offset }}',this.id); this.disabled = true;">
<button class="mt-2 w-full btn btn-gray" id="load-more-button-{{ offset }}" onclick="loadMore({{pid}},'{{sort}}',{{offset}},'comment-list-{{ offset }}',this.id); this.disabled = true;">
Load more comments
</button>
</div>