From 17e4bc76b9e6211e9c675646240bdd6628514c10 Mon Sep 17 00:00:00 2001 From: Ryan Stafford Date: Sat, 11 May 2024 14:11:40 -0400 Subject: [PATCH] loading more indicator --- public/utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/utils.js b/public/utils.js index b1c0eb9..dc82a3d 100644 --- a/public/utils.js +++ b/public/utils.js @@ -159,6 +159,7 @@ function commentClick(e) { for (var i = 0; i < comments.length; i++) { skip.push(comments[i].id) } + e.target.innerHTML = "loading more comments" request(e.target.href+"&xhr",false, function(res){ var parent = e.target.parentNode parent.innerHTML = res