forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-05 20:15:58 -06:00
parent e31d0cae95
commit dc0eab3908
2 changed files with 2 additions and 2 deletions

View File

@ -526,7 +526,7 @@
{% endif %} {% endif %}
{% if offset %} {% if offset %}
<button class="mt-2 w-full btn btn-gray" id="load-more-button" onclick="loadMore(); 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>
{% endif %} {% endif %}

View File

@ -637,7 +637,7 @@
{% endif %} {% endif %}
{% if offset %} {% if offset %}
<script src="/assets/js/viewmore.js?v=6"></script> <script src="/assets/js/viewmore.js?v=7"></script>
{% endif %} {% endif %}
</div> </div>