Config - Update analytics

This commit is contained in:
thephez 2019-05-09 10:44:18 -04:00
parent e98d344734
commit b254a67df2
No known key found for this signature in database
GPG key ID: BBC8A06DBE236099
2 changed files with 10 additions and 7 deletions

View file

@ -30,6 +30,7 @@ http://opensource.org/licenses/MIT.
}
</script>
<script type="text/javascript" src="/js/cookieconsent/cookieconsent.js"></script>
-->
<script>
if( navigator.doNotTrack != "yes" && navigator.doNotTrack != "1" && window.doNotTrack != "1" && navigator.msDoNotTrack != "1" ){
var script = document.createElement('script');
@ -37,4 +38,3 @@ if( navigator.doNotTrack != "yes" && navigator.doNotTrack != "1" && window.doNot
document.getElementsByTagName("head")[0].appendChild(script);
}
</script>
-->