This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flex-site.git
The following commit(s) were added to refs/heads/main by this push:
new f19e59456 FLEX-35434 Remove Google Analytics from the Flex Website
f19e59456 is described below
commit f19e5945670b57a391b5338d4a34ef69f02ebf37
Author: Niall Pemberton <[email protected]>
AuthorDate: Tue Jan 14 04:16:24 2025 +0000
FLEX-35434 Remove Google Analytics from the Flex Website
---
content/tourdeflex/explorer.html | 12 ------------
content/tourdeflex/index.html | 12 ------------
theme/apache/templates/base.html | 15 ---------------
3 files changed, 39 deletions(-)
diff --git a/content/tourdeflex/explorer.html b/content/tourdeflex/explorer.html
index 75e06d9c9..1a89fea55 100644
--- a/content/tourdeflex/explorer.html
+++ b/content/tourdeflex/explorer.html
@@ -50,18 +50,6 @@
flashvars, params, attributes);
swfobject.createCSS("#flashContent", "display:block;text-align:left;");
</script>
-<!-- Google Analytics -->
-<script type="text/javascript">
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-37926454-1']);
- _gaq.push(['_trackPageview']);
-
- (function() {
- var ga = document.createElement('script'); ga.type =
'text/javascript'; ga.async = true;
- ga.src = ('https:' == document.location.protocol ?
'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
- var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
- })();
-</script>
</head>
<body scroll='no'>
diff --git a/content/tourdeflex/index.html b/content/tourdeflex/index.html
index 75e06d9c9..1a89fea55 100644
--- a/content/tourdeflex/index.html
+++ b/content/tourdeflex/index.html
@@ -50,18 +50,6 @@
flashvars, params, attributes);
swfobject.createCSS("#flashContent", "display:block;text-align:left;");
</script>
-<!-- Google Analytics -->
-<script type="text/javascript">
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-37926454-1']);
- _gaq.push(['_trackPageview']);
-
- (function() {
- var ga = document.createElement('script'); ga.type =
'text/javascript'; ga.async = true;
- ga.src = ('https:' == document.location.protocol ?
'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
- var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
- })();
-</script>
</head>
<body scroll='no'>
diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index d117f0e71..0f3d849ca 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -33,21 +33,6 @@
<script src="/js/bootstrap.js"></script>
<script src="/js/showcase.js"></script>
- <!-- Google Analytics -->
- <script type="text/javascript">
-
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-37926454-1']);
- _gaq.push(['_trackPageview']);
-
- (function() {
- var ga = document.createElement('script'); ga.type =
'text/javascript'; ga.async = true;
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
- var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
- })();
-
- </script>
-
</head>
<body>