1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 13:13:03 +02:00

Revert "Don't run Google Analytics locally. (#28384)" (#28489)

This commit is contained in:
Mark Otto
2019-03-13 19:07:54 -07:00
committed by GitHub
parent 6a3433da9a
commit 43eb6b1703

View File

@@ -1,8 +1,6 @@
{{- if not .Site.IsServer -}}
<script> <script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-146052-10', 'getbootstrap.com'); ga('create', 'UA-146052-10', 'getbootstrap.com');
ga('send', 'pageview'); ga('send', 'pageview');
</script> </script>
<script async src="https://www.google-analytics.com/analytics.js"></script> <script async src="https://www.google-analytics.com/analytics.js"></script>
{{- end -}}