remove tracking code from index.html
Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/813b8c60 Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/813b8c60 Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/813b8c60 Branch: refs/heads/master Commit: 813b8c60fe11d5afed62da0714e079311bac5114 Parents: a97f158 Author: Vivo Xu <[email protected]> Authored: Tue Mar 6 17:43:56 2018 -0800 Committer: Vivo Xu <[email protected]> Committed: Wed Aug 8 15:37:35 2018 -0700 ---------------------------------------------------------------------- helix-front/client/index.html | 15 --------------- 1 file changed, 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/813b8c60/helix-front/client/index.html ---------------------------------------------------------------------- diff --git a/helix-front/client/index.html b/helix-front/client/index.html index 5d1cfc6..459ed2f 100644 --- a/helix-front/client/index.html +++ b/helix-front/client/index.html @@ -9,20 +9,5 @@ </head> <body> <hi-root>Loading Helix UI ...</hi-root> - <!-- Piwik --> - <script type="text/javascript"> - var _paq = _paq || []; - _paq.push(['trackPageView']); - _paq.push(['enableLinkTracking']); - (function() { - var u='//piwik.corp.linkedin.com/piwik/'; - _paq.push(['setTrackerUrl', u+'piwik.php']); - _paq.push(['setSiteId', '99']); - var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; - g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s); - })(); - </script> - <noscript><p><img src="//piwik.corp.linkedin.com/piwik/piwik.php?idsite=99" style="border:0;" alt="" /></p></noscript> - <!-- End Piwik Code --> </body> </html>
