master
kek7198 2021-12-05 20:19:38 -06:00
parent e15893f53d
commit 657c4739ef
1 changed files with 3 additions and 0 deletions

View File

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