diff --git a/source/includes/json/_local_details.md b/source/includes/json/_local_details.md index f73a5299c7a..d3c1c5a820c 100644 --- a/source/includes/json/_local_details.md +++ b/source/includes/json/_local_details.md @@ -1,18 +1,6 @@ ### Get organizing locations: details -```js -$(document).ready(function(){ - $.ajax({ - url: 'https://demo.controlshiftlabs.com/api/local.json?page=1&per_page=3', - dataType: 'jsonp', - }) - .done(function(data) { - console.log(data); - }); -}); -``` - -> The above code would retrieve one page of location data and log it to the js console. The JSON would be structured like this: +> Example response ```json { diff --git a/source/includes/json/_local_points.md b/source/includes/json/_local_points.md index 60068e95348..859ae815903 100644 --- a/source/includes/json/_local_points.md +++ b/source/includes/json/_local_points.md @@ -1,18 +1,6 @@ ### Get organizing locations: points -```js -$(document).ready(function(){ - $.ajax({ - url: 'https://demo.controlshiftlabs.com/api/local/points.json', - dataType: 'jsonp', - }) - .done(function(data) { - console.log(data); - }); -}); -``` - -> The above code would retrieve point locations and log them to the js console. The JSON would be structured like this: +> Example response ```json [