Skip to content

Commit f3aa7ae

Browse files
committed
Remove reference to tweetMachine
1 parent 0904a8a commit f3aa7ae

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

resources/js/main.js

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -129,40 +129,6 @@ $(document).ready(function(){
129129
$(".shadow").css('display','block');
130130
}
131131

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-
166132
});
167133

168134
<!-- prettyprint js to prepend generated pre/code tags -->

0 commit comments

Comments
 (0)