Working live tweets

This commit is contained in:
2022-11-01 14:24:40 +01:00
parent bafa1ceead
commit 92de18a927
3 changed files with 27 additions and 36 deletions

View File

@@ -27,8 +27,4 @@ function tweetCell(tweet, parent) {
cell.innerHTML =
"<div>"
}
(function($, block) {
block("#tweet").tweets({
memory: 20
});
})(jQuery, block);