Skip to content

Commit

Permalink
remove piwik analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
tobika committed Feb 27, 2017
1 parent 9a2a87d commit 8c57248
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,5 @@
have templates inline in this html file if you'd like).
-->
<ion-nav-view></ion-nav-view>
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="http://tobik.eu/plus/piwik/";
_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.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="http://tobik.eu/plus/piwik/piwik.php?idsite=4" style="border:0;" alt="" /></p></noscript>
<!-- End Piwik Code -->
</body>
</html>

0 comments on commit 8c57248

Please sign in to comment.