Skip to content

Commit

Permalink
merging website-branch updates into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rtorr committed Mar 12, 2014
1 parent a4dac4f commit 4e62031
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,15 +172,5 @@ <h2>Tabs</h2>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25408695-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
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>
</body>
</html>

0 comments on commit 4e62031

Please sign in to comment.