Nothing really, it's working here

This commit is contained in:
2022-11-03 15:10:30 +01:00
parent 9c92763060
commit 8143421190
4 changed files with 2 additions and 1 deletions

View File

Binary file not shown.

View File

@@ -82,7 +82,8 @@ $(window).on("filter", function() {
tweets = sortTweets(tweets, [filters.sorted, filters.order]);
var displayTweets = tweets.reverse().slice(0, 20).reverse();
for (i = 0; i < 19; i++){
parent.prepend(tweetCell(displayTweets[i]));
tweet = displayTweets[i];
parent.prepend(tweetCell(tweet));
}
})

View File

Binary file not shown.

View File

Binary file not shown.