fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Updated appfog cover helper to run over https

This commit is contained in:
Felipe Martín 2014-11-13 11:14:40 +01:00
parent 3f8b66058a
commit 1ce3912505
1 changed files with 1 additions and 1 deletions

View File

@ -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('');