master
kek7198 2021-12-05 20:00:59 -06:00
parent 310c74ef0b
commit 9a994ae062
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('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 %}