Skip to content

Commit

Permalink
turn on GA and dont open source in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
rolyatmax committed Feb 3, 2017
1 parent 9150d6f commit fad2671
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<div class=info>
<h1>Prime Spiral</h1>
<h2>Taylor Baldwin</h2>
<h3><a href="https://github.com/rolyatmax/prime-spiral" target="_blank">Source</a></h3>
<h3><a href="https://github.com/rolyatmax/prime-spiral">Source</a></h3>
</div>
</div>
<script src="bundle.js"></script>
<!-- <script>
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36884625-1']);
_gaq.push(['_trackPageview']);
Expand All @@ -25,6 +25,6 @@ <h3><a href="https://github.com/rolyatmax/prime-spiral" target="_blank">Source</
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script> -->
</script>
</body>
</html>

0 comments on commit fad2671

Please sign in to comment.