Skip to content

Commit ee8ea2c

Browse files
prisoruetinova
authored andcommitted
B OpenNebula/one#7271: removed GA (#3320)
Signed-off-by: priscill <[email protected]> (cherry picked from commit eea7d46)
1 parent 7e66d99 commit ee8ea2c

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

source/_templates/thelayout.html

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -254,23 +254,6 @@
254254
});
255255
</script>
256256

257-
{#- Do not conflict with RTD insertion of analytics script #}
258-
{%- if not READTHEDOCS %}
259-
{%- if theme_analytics_id %}
260-
<!-- Theme Analytics -->
261-
<script async src="https://www.googletagmanager.com/gtag/js?id={{ theme_analytics_id }}"></script>
262-
<script>
263-
window.dataLayer = window.dataLayer || [];
264-
function gtag(){dataLayer.push(arguments);}
265-
gtag('js', new Date());
266-
267-
gtag('config', '{{ theme_analytics_id }}', {
268-
'anonymize_ip': {{ 'true' if theme_analytics_anonymize_ip|tobool else 'false' }},
269-
});
270-
</script>
271-
272-
{%- endif %}
273-
{%- endif %}
274257

275258
{%- block footer %} {% endblock %}
276259

0 commit comments

Comments
 (0)