]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
make building blocks request secure.
authorJordan Humphreys <jordan@mailyard.net>
Wed, 30 Aug 2017 23:52:34 +0000 (16:52 -0700)
committerJordan Humphreys <jordan@mailyard.net>
Wed, 30 Aug 2017 23:52:34 +0000 (16:52 -0700)
docs/assets/js/docs.buildingBlocks.js

index 1af9e9df97e6a05406d21d0404811c4818997cad..899776f7e86d132df13bfb9f10f6157da3461a39 100644 (file)
@@ -1,9 +1,9 @@
 // Adds links to Building Blocks from the ZURB library to each component page
 
 !function() {
-  
+
 $.ajax({
-  url: 'http://zurb.com/library/api/building_blocks/type/buttons',
+  url: 'https://zurb.com/library/api/building_blocks/type/buttons',
   dataType: 'jsonp',
   success: addBuildingBlocks
 });
@@ -24,4 +24,4 @@ function addBuildingBlocks(data) {
   }
 }
 
-}()
\ No newline at end of file
+}()