fix
parent
e15893f53d
commit
657c4739ef
|
@ -526,6 +526,9 @@
|
|||
{% endif %}
|
||||
|
||||
{% if offset %}
|
||||
{% if p %}
|
||||
{% set pid = p.id %}
|
||||
{% 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;">
|
||||
Load more comments
|
||||
</button>
|
||||
|
|
Loading…
Reference in New Issue