Skip to content

Commit 44dbad3

Browse files
committed
DEP remove google analytics
1 parent d579ce7 commit 44dbad3

File tree

5 files changed

+129
-182
lines changed

5 files changed

+129
-182
lines changed

404.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -132,17 +132,6 @@ <h2 class="brand-heading"> conda-forge</h2>
132132
<!-- Custom Theme JavaScript -->
133133
<script src="js/theme.js"></script>
134134

135-
<script>
136-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
137-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
138-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
139-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
140-
141-
ga('create', 'UA-75621500-1', 'auto');
142-
ga('send', 'pageview');
143-
144-
</script>
145-
146135
</body>
147136

148137
</html>

feedstock_outputs.html.tmpl

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -147,16 +147,6 @@
147147
<!-- Custom Theme JavaScript -->
148148
<script src="https://conda-forge.org/js/theme.js"></script>
149149

150-
<script>
151-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
152-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
153-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
154-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
155-
156-
ga('create', 'UA-75621500-1', 'auto');
157-
ga('send', 'pageview');
158-
159-
</script>
160150
<script>
161151
// Returns a function, that, as long as it continues to be invoked, will not
162152
// be triggered. The function will be called after it stops being called for

feedstocks.html.tmpl

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -137,16 +137,6 @@
137137
<!-- Custom Theme JavaScript -->
138138
<script src="https://conda-forge.org/js/theme.js"></script>
139139

140-
<script>
141-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
142-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
143-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
144-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
145-
146-
ga('create', 'UA-75621500-1', 'auto');
147-
ga('send', 'pageview');
148-
149-
</script>
150140
<script>
151141
// Returns a function, that, as long as it continues to be invoked, will not
152142
// be triggered. The function will be called after it stops being called for

0 commit comments

Comments
 (0)