responsive css
This commit is contained in:
@@ -115,10 +115,10 @@
|
||||
<script src="./js/code.js"></script>
|
||||
<script src="./js/connection.js"></script>
|
||||
<script>
|
||||
block("#tweet").tweets({
|
||||
memory: 20
|
||||
});
|
||||
events.connect("tweet", "#tweet");
|
||||
// block("#tweet").tweets({
|
||||
// memory: 20
|
||||
// });
|
||||
// events.connect("tweet", "#tweet");
|
||||
|
||||
// // create a rolling chart block
|
||||
// block('#graph').rolling_chart({
|
||||
|
||||
@@ -75,6 +75,3 @@ function tweetCell(tweet) {
|
||||
</div>`
|
||||
return cell
|
||||
}
|
||||
|
||||
$(document).on('tweet', console.log(tweet));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user