File tree Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change @@ -129,40 +129,6 @@ $(document).ready(function(){
129
129
$ ( ".shadow" ) . css ( 'display' , 'block' ) ;
130
130
}
131
131
132
- // tweets
133
- $ ( function ( ) {
134
- $ ( "#tweets" ) . tweetMachine ( '' , {
135
- backendScript : 'https://www.scala-lang.org/webscripts/ajax/getFromTwitter.php?callback=?' ,
136
- endpoint : 'statuses/user_timeline' ,
137
- user_name : 'scala_lang' ,
138
- include_retweets : true ,
139
- exclude_replies : false ,
140
- limit : 4 ,
141
- autoRefresh : false ,
142
- tweetFormat : '\
143
- <div class="tweet-container">\
144
- <div class="tweet">\
145
- <p class="text content"></p>\
146
- </div>\
147
- <div class="caret-container">\
148
- <div class="caret-divider">\
149
- <div class="caret-outer"></div>\
150
- <div class="caret-inner"></div>\
151
- </div>\
152
- </div>\
153
- <div class="raw bottom-anchored">\
154
- <div class="avatar-wrapper">\
155
- <img class="avatar" width="50" height="50" src="" />\
156
- </div>\
157
- <span class="tweet-username">\
158
- <a href="" class="username" rel="external"></a>\
159
- </span>\
160
- </div>\
161
- </div>\
162
- '
163
- } ) ;
164
- } ) ;
165
-
166
132
} ) ;
167
133
168
134
<!-- prettyprint js to prepend generated pre/code tags -->
You can’t perform that action at this time.
0 commit comments