Fixed live tweets
This commit is contained in:
		| @@ -62,7 +62,7 @@ | |||||||
|             <div class="maintable"> |             <div class="maintable"> | ||||||
|                 <div class="leftcol column"> |                 <div class="leftcol column"> | ||||||
|                     <span class="colheader">Latest Cluccs</span> |                     <span class="colheader">Latest Cluccs</span> | ||||||
|                     <div class="tweetcontainer"> |                     <div class="tweetcontainer" id="tweet"> | ||||||
|                         <div class="tweet"> |                         <div class="tweet"> | ||||||
|                             <img src="https://pbs.twimg.com/profile_images/1158803404656959490/9MKSbW4O_400x400.jpg" alt="" class="tweet-profilepicture"> |                             <img src="https://pbs.twimg.com/profile_images/1158803404656959490/9MKSbW4O_400x400.jpg" alt="" class="tweet-profilepicture"> | ||||||
|                             <div class="tweet-content"> |                             <div class="tweet-content"> | ||||||
| @@ -115,10 +115,10 @@ | |||||||
|     <script src="./js/code.js"></script> |     <script src="./js/code.js"></script> | ||||||
|     <script src="./js/connection.js"></script> |     <script src="./js/connection.js"></script> | ||||||
|     <script> |     <script> | ||||||
|         // block("#tweet").tweets({ |         block("#tweet").tweets({ | ||||||
|         //     memory: 20 |             memory: 20 | ||||||
|         // }); |         }); | ||||||
|         // events.connect("tweet", "#tweet"); |         events.connect("tweet", "#tweet"); | ||||||
|  |  | ||||||
|         // // create a rolling chart block |         // // create a rolling chart block | ||||||
|         // block('#graph').rolling_chart({ |         // block('#graph').rolling_chart({ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user