Skip to content

Commit

Permalink
loading
Browse files Browse the repository at this point in the history
  • Loading branch information
steskelt committed Mar 27, 2024
1 parent bd99350 commit 8b13095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _pages/rankings.html
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ <h5 class="card-title">${this.profileTitle(item)}</h5>
this.requestUpdate();
}
});
/*

// Making our request
fetch(url, { method: 'GET' })
.then(Result => Result.json())
Expand All @@ -329,7 +329,7 @@ <h5 class="card-title">${this.profileTitle(item)}</h5>
this.requestUpdate();
})
.catch(errorMsg => { console.log(errorMsg); });
*/

this.toggleSelected(null);
}

Expand Down

0 comments on commit 8b13095

Please sign in to comment.