Skip to content

Commit

Permalink
was missing closing script tag for google tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfl committed Nov 24, 2010
1 parent 1ec45de commit 276c9fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/index.html
Expand Up @@ -114,5 +114,6 @@ <h2>Welcome to JsApp.US</h2>
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 276c9fa

Please sign in to comment.