master
Aevann 2023-10-15 18:52:02 +03:00
parent 502fb2bb64
commit 2babada6ea
1 changed files with 3 additions and 1 deletions

View File

@ -830,7 +830,9 @@
{% if offset %}
<br>
<div id="view_more-{{offset}}"><button type="button" id="viewbtn" class="btn btn-primary" data-nonce="{{g.nonce}}" data-ids="{{ids}}" data-onclick="view_more(this, {{pid}},'{{sort}}',{{offset}})">VIEW MORE COMMENTS</a></div>
<div id="view_more-{{offset}}">
<button type="button" id="viewbtn" class="btn btn-primary" data-nonce="{{g.nonce}}" data-ids="{{ids}}" data-onclick="view_more(this, {{pid}},'{{sort}}',{{offset}})">VIEW MORE COMMENTS</a>
</div>
{% endif %}
</body>