Skip to content

Commit

Permalink
Removed accidentally committed Google Analytics code.
Browse files Browse the repository at this point in the history
[#14 state:resolved]
  • Loading branch information
tlrobinson committed Sep 8, 2008
1 parent 2c3ac4c commit 1edcae0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Tools/bake/bake_template.html
Expand Up @@ -50,16 +50,5 @@
</div>
<h3 style="font-size: 18px; font-family: 'Lucida Grande', Lucida, Verdana, Helvetica, Arial, sans-serif; color: $TEXT_COLOR;">Loading $APPLICATION_NAME...</h3>
</div>

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3877734-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>

</body>
</html>

0 comments on commit 1edcae0

Please sign in to comment.