forked from rDrama/rDrama
1
0
Fork 0
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 %} {% endif %}
</div> </div>
{% include "/modals/ModalCommentActions.html" %} {% include "/modals/ModalCommentActions.html" %}
</div> </div>
@ -527,7 +526,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-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 Load more comments
</button> </button>
{% endif %} {% endif %}