Added Tweet_Structure resource and made changes to code.js
This commit is contained in:
@@ -20,4 +20,10 @@ $(".sport").on("click", function() {
|
||||
|
||||
function getCSSVariable(name) {
|
||||
return getComputedStyle(root).getPropertyValue(name)
|
||||
}
|
||||
|
||||
function tweetCell(tweet, parent) {
|
||||
var cell = document.createElement("div")
|
||||
cell.innerHTML =
|
||||
"<div>"
|
||||
}
|
||||
Reference in New Issue
Block a user