Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hcr5 authored Feb 17, 2024
1 parent 614713a commit 14a503d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 14a503d

Please sign in to comment.