diff options
| author | Christian Oliff <[email protected]> | 2016-10-19 23:35:10 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-10-19 23:35:10 +0900 |
| commit | 76af99eb4a5e2af6996ada4e61e4e7a386ca81d5 (patch) | |
| tree | cdaa1d4d4a7ae5f381d05d48133bfafa2f0d42de /docs | |
| parent | dd22d9925460a06c49a19f5142019a2a30c41119 (diff) | |
| download | bootstrap-76af99eb4a5e2af6996ada4e61e4e7a386ca81d5.tar.xz bootstrap-76af99eb4a5e2af6996ada4e61e4e7a386ca81d5.zip | |
Update Google Analytics snippet to always load via HTTPS
This is the official Google Analytics snippet.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 54bfddf69..37e27cd07 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'); </script> |
