From 14a503da40dcbd0e420859221d016b39f15f9fda Mon Sep 17 00:00:00 2001 From: hcr5 <157815647+hcr5@users.noreply.github.com> Date: Sat, 17 Feb 2024 20:18:35 +0100 Subject: [PATCH] Update index.html --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 4344c45..07ae88e 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,9 @@ var page = 1; loading = true; // Set loading flag to true + // Clear old followers before loading new ones + $('#result').empty(); + function load() { if (!stopLoadingFlag) { // Check if loading process should continue $.get("https://scratch.mit.edu/users/" + username + "/followers/?page=" + page, loaded);