master
kek7198 2021-12-05 20:02:01 -06:00
parent 9a994ae062
commit 07de267b06
1 changed files with 1 additions and 1 deletions

View File

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