File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ function setNavigation() {
117
117
118
118
119
119
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
121
121
6 , // number of items to retrieve
122
122
"M jS Y, g:i a" , // date format
123
123
false , // include descriptions
@@ -203,7 +203,7 @@ function reloadSocial() {
203
203
if ( typeof ( FB ) != 'undefined' ) {
204
204
delete FB ;
205
205
$ ( '#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 ( ) {
207
207
FB . init ( { status : true , cookie : true , xfbml : true } ) ;
208
208
} )
209
209
} else {
You can’t perform that action at this time.
0 commit comments