Skip to content

Commit

Permalink
only add analytics to the online standalone version
Browse files Browse the repository at this point in the history
  • Loading branch information
mustardamus committed Jan 6, 2011
1 parent 035d9aa commit 22dd4d9
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docs/index.html
Expand Up @@ -13,20 +13,6 @@
<script type="text/javascript" src="../jquery.ketchup.validations.js"></script>
<script type="text/javascript" src="../jquery.ketchup.helpers.js"></script>
<script type="text/javascript" src="js/scaffold.js"></script>

<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20595248-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>
</head>

<body>
Expand Down

0 comments on commit 22dd4d9

Please sign in to comment.