Skip to content

Commit 3657212

Browse files
committed
Avoid warnings when accessing the website with https
1 parent 0372845 commit 3657212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ $(document).ready(function(){
132132
// tweets
133133
$(function(){
134134
$("#tweets").tweetMachine('', {
135-
backendScript: 'http://www.scala-lang.org/webscripts/ajax/getFromTwitter.php?callback=?',
135+
backendScript: '/webscripts/ajax/getFromTwitter.php?callback=?',
136136
endpoint: 'statuses/user_timeline',
137137
user_name: 'scala_lang',
138138
include_retweets: true,

0 commit comments

Comments
 (0)