We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fb1a7 commit 291e5ddCopy full SHA for 291e5dd
1 file changed
war/js/main.js
@@ -117,7 +117,7 @@ function setNavigation() {
117
118
119
function refreshNews() {
120
- $("#news-feed").PaRSS("http://openworm.tumblr.com/rss", // url to the feed
+ $("#news-feed").PaRSS("https://openworm.tumblr.com/rss", // url to the feed
121
6, // number of items to retrieve
122
"M jS Y, g:i a", // date format
123
false, // include descriptions
@@ -203,7 +203,7 @@ function reloadSocial() {
203
if (typeof (FB) != 'undefined') {
204
delete FB;
205
$('#facebook-jssdk').remove();
206
- $.getScript("http://connect.facebook.net/en_US/all.js#xfbml=1", function () {
+ $.getScript("https://connect.facebook.net/en_US/all.js#xfbml=1", function () {
207
FB.init({ status: true, cookie: true, xfbml: true });
208
})
209
} else {
0 commit comments