From 76af99eb4a5e2af6996ada4e61e4e7a386ca81d5 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Wed, 19 Oct 2016 23:35:10 +0900 Subject: [PATCH] Update Google Analytics snippet to always load via HTTPS This is the official Google Analytics snippet. --- docs/_includes/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 54bfddf690..37e27cd07d 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -33,7 +33,7 @@ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-146052-10', 'getbootstrap.com'); ga('send', 'pageview');