Skip to content

Commit

Permalink
New script in Demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Black authored and Black committed Jul 22, 2014
1 parent e86b8e8 commit a3bd111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Demo/socialstream.jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Author: Pixel Industry
* Website: http://pixel-industry.com
* Version: 1.1
* Version: 1.2
*
*/

Expand Down Expand Up @@ -32,7 +32,7 @@
var photo_title = photo.title;
var photo_src = photo.url_sq;
var photo_id = photo.id;
var photo_url = "http://www.flickr.com/photos/" + photo_author + "/" + photo_id;
var photo_url = "https://www.flickr.com/photos/" + photo_author + "/" + photo_id;
var photo_container = $('<img/>').attr({
src: photo_src,
alt: photo_title
Expand Down

0 comments on commit a3bd111

Please sign in to comment.