Skip to content

Commit

Permalink
Adjusted analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
P-bibs committed Jun 29, 2019
1 parent 246a6d5 commit 2051b7a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@

<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-140726324-1"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-143047727-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
let host = window.location.hostname;
if (host != "localhost") {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

function gtag() {
dataLayer.push(arguments);
gtag('config', 'UA-143047727-1');
}
gtag('js', new Date());
</script>

gtag('config', 'UA-140726324-1');
</script>

<meta charset="utf-8">
Expand All @@ -30,8 +32,6 @@

<!-- Libraries-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/tone/13.8.3/Tone.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@1.0.0/dist/tf.min.js"></script>
<script src="tonejs-instruments/Tonejs-Instruments.js"></script>
<script type="module">
Expand Down

0 comments on commit 2051b7a

Please sign in to comment.