diff options
Diffstat (limited to 'templates/web/fixamingata/footer.html')
-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> |