remove piwik (for now)
This commit is contained in:
parent
a67064b7c3
commit
08b7f8fd82
1 changed files with 0 additions and 18 deletions
|
@ -27,24 +27,6 @@
|
||||||
<script src="/static/js/libs.js" type="text/javascript"></script>
|
<script src="/static/js/libs.js" type="text/javascript"></script>
|
||||||
<script src="/static/js/app.js" type="text/javascript"></script>
|
<script src="/static/js/app.js" type="text/javascript"></script>
|
||||||
|
|
||||||
{% if BUILD_PRODUCTION %}
|
|
||||||
<!-- Piwik -->
|
|
||||||
<script type="text/javascript">
|
|
||||||
var _paq = _paq || [];
|
|
||||||
_paq.push(['trackPageView']);
|
|
||||||
_paq.push(['enableLinkTracking']);
|
|
||||||
(function() {
|
|
||||||
var u="https://piwik.theorangeone.net/";
|
|
||||||
_paq.push(['setTrackerUrl', u+'piwik.php']);
|
|
||||||
_paq.push(['setSiteId', '1']);
|
|
||||||
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="https://piwik.theorangeone.net/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>
|
|
||||||
<!-- End Piwik Code -->
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>html, body { display: none }</style>
|
<style>html, body { display: none }</style>
|
||||||
<meta http-equiv="refresh" content="0.0;url=/no-js/" />
|
<meta http-equiv="refresh" content="0.0;url=/no-js/" />
|
||||||
|
|
Reference in a new issue