diff options
| author | Mark Otto <[email protected]> | 2016-10-25 20:02:32 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-10-25 20:02:32 -0700 |
| commit | d9d75f4d544936a497161156afcf37c2bd20b4aa (patch) | |
| tree | d329befb31fdb21762678f3e2835c50510e64b6c /docs/_includes/header.html | |
| parent | aa11f002182877fe545933d6ac6009cd5363072c (diff) | |
| parent | 76af99eb4a5e2af6996ada4e61e4e7a386ca81d5 (diff) | |
| download | bootstrap-d9d75f4d544936a497161156afcf37c2bd20b4aa.tar.xz bootstrap-d9d75f4d544936a497161156afcf37c2bd20b4aa.zip | |
Merge pull request #20945 from coliff/patch-10
Update Google Analytics snippet to always load via HTTPS
Diffstat (limited to 'docs/_includes/header.html')
| -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> |
