diff options
author | Tobias Grosser <tobias@grosser.es> | 2016-02-02 09:55:55 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2016-02-02 09:55:55 +0000 |
commit | 0720570eee76b959ec4cfa32810db02c92b2d1cc (patch) | |
tree | 12d1cf3cd1cbb9140b2e63e0d501bc196587555b | |
parent | e8baa4498dde732804b8012ee982142f0ca87fff (diff) | |
download | bcm5719-llvm-0720570eee76b959ec4cfa32810db02c92b2d1cc.tar.gz bcm5719-llvm-0720570eee76b959ec4cfa32810db02c92b2d1cc.zip |
www: Update statistic code
llvm-svn: 259485
-rw-r--r-- | polly/www/google1242f26b67e33344.html | 1 | ||||
-rw-r--r-- | polly/www/menu.html.incl | 22 |
2 files changed, 9 insertions, 14 deletions
diff --git a/polly/www/google1242f26b67e33344.html b/polly/www/google1242f26b67e33344.html new file mode 100644 index 00000000000..1cb18f4a3ff --- /dev/null +++ b/polly/www/google1242f26b67e33344.html @@ -0,0 +1 @@ +google-site-verification: google1242f26b67e33344.html
\ No newline at end of file diff --git a/polly/www/menu.html.incl b/polly/www/menu.html.incl index 8d57cf790d3..46bdcdc1d72 100644 --- a/polly/www/menu.html.incl +++ b/polly/www/menu.html.incl @@ -67,20 +67,14 @@ $(document).ready(function() {$('.rss-date').each(function() {$(this).text(myFor </div> </div> -<script type="text/javascript"> - var _paq = _paq || []; - _paq.push(["trackPageView"]); - _paq.push(["enableLinkTracking"]); +<script> + (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', 'UA-66123869-2', 'auto'); + ga('send', 'pageview'); - (function() { - var u=(("https:" == document.location.protocol) ? "https" : "http") + "://www.grosser.es/piwik/piwik/"; - _paq.push(["setTrackerUrl", u+"piwik.php"]); - _paq.push(["setSiteId", "3"]); - var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; - g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s); - })(); </script> -<noscript> -<img src="http://www.grosser.es/piwik/piwik/piwik.php?idsite=3&rec=1" style="border:0" alt="" /> -</noscript> |