X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=theme%2Fstatic%2Fjs%2Frecent_comments.js;fp=theme%2Fstatic%2Fjs%2Frecent_comments.js;h=1814ef51d652954d4846149e815af2a7c12124fd;hp=2697756d8a1b816418c720992ccbb4a364b72ffd;hb=9946cee63996271caeaa5903492302cd4a175d0d;hpb=55fb696860acebe6e29b8ab97816bd6b0b13296c 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) {