master
kek7198 2021-12-10 20:05:48 -06:00
parent b00911ebd9
commit bd193f396b
1 changed files with 5 additions and 3 deletions

View File

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