From dcd9881d51e821deb50498b6131e282c17da49c8 Mon Sep 17 00:00:00 2001 From: pinguin999 Date: Tue, 19 Dec 2017 14:20:03 +0100 Subject: [PATCH] Fix Example for https Error was: Mixed Content: The page at 'https://api.jquery.com/jquery.getjson/' was loaded over HTTPS, but requested an insecure script 'http://api.flickr.com/services/feeds/photos_public.gne?jsoncallback=jQuery110203890736409927371_1513688901634&tags=mount+rainier&tagmode=any&format=json&_=1513688901635'. This request has been blocked; the content must be served over HTTPS. --- entries/jQuery.getJSON.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entries/jQuery.getJSON.xml b/entries/jQuery.getJSON.xml index c3b1e1e2..b8a5ee49 100644 --- a/entries/jQuery.getJSON.xml +++ b/entries/jQuery.getJSON.xml @@ -95,7 +95,7 @@ jqxhr.complete(function() { Loads the four most recent pictures of Mount Rainier from the Flickr JSONP API.