fix
parent
e15893f53d
commit
657c4739ef
|
@ -526,6 +526,9 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if offset %}
|
{% 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;">
|
<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>
|
||||||
|
|
Loading…
Reference in New Issue