mirror of https://github.com/docker/compose.git
Fix Google Analytics code
It was not reporting because our URL changed. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
6580c5609c
commit
98f663bab2
|
@ -63,7 +63,7 @@
|
|||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-43996733-3', 'orchardup.github.io');
|
||||
ga('create', 'UA-43996733-3', 'auto');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue