master
kek7198 2021-12-05 20:09:55 -06:00
parent 7bbd36af2b
commit ee6eacf6d8
1 changed files with 1 additions and 2 deletions

View File

@ -472,7 +472,6 @@
{% endif %}
</div>
{% include "/modals/ModalCommentActions.html" %}
</div>
@ -527,7 +526,7 @@
{% endif %}
{% if offset %}
<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;">
<button class="mt-2 w-full btn btn-gray" id="load-more-button" onclick="loadMore(); this.disabled = true;">
Load more comments
</button>
{% endif %}