summaryrefslogtreecommitdiff
path: root/_site_build/_includes/google_analytics.html
diff options
context:
space:
mode:
authordavidtsadler <davidtsadler@googlemail.com>2012-02-29 22:56:44 +0000
committerdavidtsadler <davidtsadler@googlemail.com>2012-02-29 22:56:44 +0000
commita0026c06058f564a021d66e47717cbbaf0069fa0 (patch)
tree30edcd9ab366f3aadf077b3874333be23aa1d3aa /_site_build/_includes/google_analytics.html
parentee90bb9df8dd5f9510ad0e33be40247ec793da99 (diff)
parent61ee181397d5ba77127f8f12891a3b512a74b586 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to '_site_build/_includes/google_analytics.html')
-rw-r--r--_site_build/_includes/google_analytics.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/_site_build/_includes/google_analytics.html b/_site_build/_includes/google_analytics.html
index 1af92a9..8b82edd 100644
--- a/_site_build/_includes/google_analytics.html
+++ b/_site_build/_includes/google_analytics.html
@@ -1,6 +1,6 @@
<script>
- window._gaq = [['_setAccount','{{ site.google_ua }}'],['_trackPageview'],['_trackPageLoadTime']];
- Modernizr.load({
- load: ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js'
- });
+ var _gaq=[['_setAccount','{{ site.google_ua }}'],['_trackPageview']];
+ (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
+ g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
+ s.parentNode.insertBefore(g,s)}(document,'script'));
</script>