From: M. Taylor Saotome-Westlake Date: Sat, 6 May 2023 04:09:39 +0000 (-0700) Subject: increase recent-comments count X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=commitdiff_plain;h=9946cee63996271caeaa5903492302cd4a175d0d increase recent-comments count Tail specifically asked for this, but I agree. --- diff --git a/theme/static/js/recent_comments.js b/theme/static/js/recent_comments.js index 2697756..1814ef5 100644 --- a/theme/static/js/recent_comments.js +++ b/theme/static/js/recent_comments.js @@ -3,7 +3,7 @@ function getRecentComments() { let container = document.querySelector("#recent-comments-container"); let request = new XMLHttpRequest(); - request.open('GET', 'http://unremediatedgender.space/isso/latest?limit=5', true); + request.open('GET', 'http://unremediatedgender.space/isso/latest?limit=10', true); request.onload = function() { if (this.status >= 200 && this.status < 400) {