forked from rDrama/rDrama
1
0
Fork 0
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 %} {% endmacro %}
<div id="comment-list">
{% for comment in comments %} {% for comment in comments %}
{{single_comment(comment)}} {{single_comment(comment)}}
{% endfor %} {% endfor %}
</div>
{% if v %} {% if v %}
{% include "gif_modal.html" %} {% include "gif_modal.html" %}
{% include "emoji_modal.html" %} {% include "emoji_modal.html" %}
@ -523,7 +527,7 @@
{% endif %} {% endif %}
{% if offset %} {% 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 Load more comments
</button> </button>
{% endif %} {% endif %}