From 1ce39125059592c138a2ef49d93b2779ef658b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Marti=CC=81n?= Date: Thu, 13 Nov 2014 11:14:40 +0100 Subject: [PATCH] Updated appfog cover helper to run over https --- .../bootflat/templates/_admin/volumes/includes/cover.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shelfzilla/themes/bootflat/templates/_admin/volumes/includes/cover.html b/shelfzilla/themes/bootflat/templates/_admin/volumes/includes/cover.html index 3645c18..922b633 100644 --- a/shelfzilla/themes/bootflat/templates/_admin/volumes/includes/cover.html +++ b/shelfzilla/themes/bootflat/templates/_admin/volumes/includes/cover.html @@ -36,7 +36,7 @@ submitButton.on('click', function() { $.getJSON( - 'http://google-images-api.eu01.aws.af.cm/', + 'https://google-images-api.eu01.aws.af.cm/', { q: searchQuery(), limit: searchLimit() }, function(data) { results.html('');