aboutsummaryrefslogtreecommitdiff
path: root/_includes/header.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-16 00:36:46 -0700
committerMark Otto <[email protected]>2013-08-16 00:36:46 -0700
commitafdaa0e6f0488bb9fb9a1e2e5cf5d8f92cc29a3a (patch)
treef1e15a8e540f2b3fece2dc6cd817b49a3a76a98f /_includes/header.html
parentafef74d03d393863048f7374a1ff9e0c4ad93bbb (diff)
parent2fa0975956f646be627aaa4732527f6de5335a2c (diff)
downloadbootstrap-afdaa0e6f0488bb9fb9a1e2e5cf5d8f92cc29a3a.tar.xz
bootstrap-afdaa0e6f0488bb9fb9a1e2e5cf5d8f92cc29a3a.zip
Merge branch '3.0.0-wip' into bs3_homepage
Diffstat (limited to '_includes/header.html')
-rw-r--r--_includes/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/header.html b/_includes/header.html
index b5eff5f5e..827b1c2c9 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -31,12 +31,12 @@
<link rel="apple-touch-icon-precomposed" href="{{ page.base_url }}assets/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="{{ page.base_url }}assets/ico/favicon.png">
-<script type="text/javascript">
+<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-146052-10']);
_gaq.push(['_trackPageview']);
(function() {
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ var ga = document.createElement('script'); 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);
})();