css variables
This commit is contained in:
@@ -154,4 +154,4 @@ function sortTweets(tweets, likesDes=null, retweetsDes=null, repliesDes=null, da
|
||||
tweets.sort(function(a,b){return Date(a.created_at)-Date(b.reply_count)})
|
||||
}
|
||||
return tweets
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user