Skip to content

Commit

Permalink
Use https for citeulike
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvuerings committed Jun 11, 2014
1 parent 0d23e9e commit f62a507
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jquery.lifestream.js
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ $.fn.lifestream.feeds.citeulike = function( config, callback ) {
};

$.ajax({
url: 'http://www.citeulike.org/json/user/' + config.user,
url: 'https://www.citeulike.org/json/user/' + config.user,
dataType: 'jsonp',
success: function( data ) {
callback(parseCiteulike(data));
Expand Down

0 comments on commit f62a507

Please sign in to comment.