diff options
| author | Fred Lifton <fred.lifton@docker.com> | 2014-08-27 09:05:02 -0700 |
|---|---|---|
| committer | Fred Lifton <fred.lifton@docker.com> | 2014-08-27 09:05:02 -0700 |
| commit | aba575c7546ba7d2914f0c3b8b3450667b3959ac (patch) | |
| tree | d0158f0eab4b9710815c1a87e2ef3699e5185205 /docs/theme/mkdocs/base.html | |
| parent | 4b54484843eacf6ce57d2fc16e6aacc70d964041 (diff) | |
| parent | 7565cb309988345f9ed9daba87052f2bba116033 (diff) | |
| download | docker-docs-1.1.tar.gz | |
Merge pull request #7755 from SvenDowideit/post-1.1.2-docs-update-1docs-1.1
Post 1.1.2 docs update 1
Diffstat (limited to 'docs/theme/mkdocs/base.html')
| -rw-r--r-- | docs/theme/mkdocs/base.html | 29 |
1 files changed, 9 insertions, 20 deletions
diff --git a/docs/theme/mkdocs/base.html b/docs/theme/mkdocs/base.html index 2b2b9bcbcf..c825423f89 100644 --- a/docs/theme/mkdocs/base.html +++ b/docs/theme/mkdocs/base.html @@ -28,15 +28,15 @@ <![endif]--> {% if config.google_analytics %} <script type="text/javascript"> - var _gaq = _gaq || []; - _gaq.push(['_setAccount', '{{ config.google_analytics[0] }}']); - _gaq.push(['_trackPageview']); - _gaq.push(['_trackPageLoadTime']); - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); + (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'); + ga('create', '{{ config.google_analytics[0] }}', 'docker.com'); + ga('require', 'linkid', 'linkid.js'); + ga('send', 'pageview', { + 'page': location.pathname + location.search + location.hash, + }); </script> {% endif %} </head> @@ -132,17 +132,6 @@ piCId = '1482'; })(); </script> <script type="text/javascript"> - // Function to make the sticky header possible - var shiftWindow = function() { - scrollBy(0, -80); - }; - - window.addEventListener("hashchange", shiftWindow); - $(window).load(function() { - if (window.location.hash) { - shiftWindow(); - } - }); $(document).ready(function() { $('#content').css("min-height", $(window).height() - 553 ); // load the complete versions list |
