diff --git a/dashboard_static/index.html b/dashboard_static/index.html index a931c54..cc8211b 100644 --- a/dashboard_static/index.html +++ b/dashboard_static/index.html @@ -104,19 +104,6 @@ - --> -
-
-

LATEST CLUCCS

-
-
-

FILTERED CLUCCS

-
- -
-

SPORTS POPULARITY CHART

-
-
diff --git a/dashboard_static/js/code.js b/dashboard_static/js/code.js index 12cbc88..8fe3f6b 100644 --- a/dashboard_static/js/code.js +++ b/dashboard_static/js/code.js @@ -50,7 +50,7 @@ function tweetCell(tweet) { var cell = document.createElement("div"); cell.innerHTML = `
- +
${tweet.user.name} @@ -172,5 +172,3 @@ function sortTweets(tweets, likesDes=null, retweets=null, replies=null){ } return tweets } - -var tweets = [{"likes": 2},{"likes": 3},{"likes": 5},{"likes": 1}]