master
kek7198 2021-12-05 20:04:52 -06:00
parent 4b4d55b78c
commit 5125f730a3
1 changed files with 5 additions and 1 deletions

View File

@ -481,12 +481,16 @@
{% endmacro %}
<div id="comment-list">
{% for comment in comments %}
{{single_comment(comment)}}
{% endfor %}
</div>
{% if v %}
{% include "gif_modal.html" %}
{% include "emoji_modal.html" %}
@ -523,7 +527,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-list',this.id); this.disabled = true;">
Load more comments
</button>
{% endif %}