remotes/1693045480750635534/spooky-22
Aevann1 2021-12-05 20:03:05 +02:00
parent b15a2257d4
commit a4fbf72be5
1 changed files with 2 additions and 2 deletions

View File

@ -825,7 +825,7 @@
{% if offset %}
<script>
function viewmore() {
btn = document.getElementById("viewmore");
btn = document.getElementById("viewbtn");
btn.disabled = true;
btn.value = "Requesting...";
var form = new FormData();
@ -841,7 +841,7 @@
}
</script>
<br>
<div id="viewmore"><button class="btn btn-primary" onclick="viewmore()">VIEW MORE COMMENTS</a></div>
<div id="viewmore"><button id="viewbtn" class="btn btn-primary" onclick="viewmore()">VIEW MORE COMMENTS</a></div>
{% endif %}