diff --git a/Demo/socialstream.jquery.js b/Demo/socialstream.jquery.js index bd9c61e..f7a38ed 100644 --- a/Demo/socialstream.jquery.js +++ b/Demo/socialstream.jquery.js @@ -3,7 +3,7 @@ * * Author: Pixel Industry * Website: http://pixel-industry.com - * Version: 1.1 + * Version: 1.2 * */ @@ -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 = $('').attr({ src: photo_src, alt: photo_title