diff options
author | Jon Kristensen <info@jonkri.com> | 2015-10-23 15:12:16 +0200 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-05-31 14:24:56 +0100 |
commit | 459bb4cd04486cd8f3ef1dfd3e80536bfbe3e627 (patch) | |
tree | 04a086f843c9b0bc6fa566937a824db99a39754e /templates/web | |
parent | c43a93e08c8beadede846a45159cd9a4a6828938 (diff) |
[FixaMinGata] Remove Piwik code
Diffstat (limited to 'templates/web')
-rw-r--r-- | templates/web/fixamingata/footer.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/templates/web/fixamingata/footer.html b/templates/web/fixamingata/footer.html index 376d79ff4..42161f669 100644 --- a/templates/web/fixamingata/footer.html +++ b/templates/web/fixamingata/footer.html @@ -39,21 +39,4 @@ </script> </body> -<!-- Piwik --> -<script type="text/javascript"> - var _paq = _paq || []; - _paq.push(['trackPageView']); - _paq.push(['enableLinkTracking']); - (function() { - var u=(("https:" == document.location.protocol) ? "https" : "http") + "://stats.jonkri.com/"; - _paq.push(['setTrackerUrl', u+'piwik.php']); - _paq.push(['setSiteId', 4]); - 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><p><img src="http://stats.jonkri.com/piwik.php?idsite=4" style="border:0;" alt="" /></p></noscript> -<!-- End Piwik Code --> -<!-- Note, Piwik really should be changed so that we have one for beta and one for www --> - </html> |