mirror of
https://github.com/twbs/bootstrap.git
synced 2025-04-06 23:57:36 +02:00
Docs: switch to the Universal Analytics code.
This commit is contained in:
parent
c692c29c7d
commit
c97e6d5cad
@ -31,12 +31,10 @@
|
|||||||
<link rel="icon" href="../assets/ico/favicon.ico">
|
<link rel="icon" href="../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
var _gaq = _gaq || [];
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||||
_gaq.push(['_setAccount', 'UA-146052-10']);
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||||
_gaq.push(['_trackPageview']);
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||||
(function() {
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||||
var ga = document.createElement('script'); ga.async = true;
|
ga('create', 'UA-146052-10', 'getbootstrap.com');
|
||||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
ga('send', 'pageview');
|
||||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
||||||
})();
|
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user