Skip to content

Commit 291e5dd

Browse files
committed
fixed https in main.js
1 parent 12fb1a7 commit 291e5dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

war/js/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function setNavigation() {
117117

118118

119119
function refreshNews() {
120-
$("#news-feed").PaRSS("http://openworm.tumblr.com/rss", // url to the feed
120+
$("#news-feed").PaRSS("https://openworm.tumblr.com/rss", // url to the feed
121121
6, // number of items to retrieve
122122
"M jS Y, g:i a", // date format
123123
false, // include descriptions
@@ -203,7 +203,7 @@ function reloadSocial() {
203203
if (typeof (FB) != 'undefined') {
204204
delete FB;
205205
$('#facebook-jssdk').remove();
206-
$.getScript("http://connect.facebook.net/en_US/all.js#xfbml=1", function () {
206+
$.getScript("https://connect.facebook.net/en_US/all.js#xfbml=1", function () {
207207
FB.init({ status: true, cookie: true, xfbml: true });
208208
})
209209
} else {

0 commit comments

Comments
 (0)