We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0372845 commit 3657212Copy full SHA for 3657212
resources/js/main.js
@@ -132,7 +132,7 @@ $(document).ready(function(){
132
// tweets
133
$(function(){
134
$("#tweets").tweetMachine('', {
135
- backendScript: 'http://www.scala-lang.org/webscripts/ajax/getFromTwitter.php?callback=?',
+ backendScript: '/webscripts/ajax/getFromTwitter.php?callback=?',
136
endpoint: 'statuses/user_timeline',
137
user_name: 'scala_lang',
138
include_retweets: true,
0 commit comments