This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git

commit f1819dd1feab577359f75dce5e53235ddefe0ae0
Author: martijnvisser <[email protected]>
AuthorDate: Mon Jan 31 13:39:12 2022 +0100

    [FLINK-25880][docs] Remove Google Analytics implementation
---
 docs/layouts/_default/baseof.html | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/docs/layouts/_default/baseof.html 
b/docs/layouts/_default/baseof.html
index ea45bd8..b5c8149 100644
--- a/docs/layouts/_default/baseof.html
+++ b/docs/layouts/_default/baseof.html
@@ -65,17 +65,6 @@ under the License.
   </main>
 
   {{ partial "docs/inject/body" . }}
-
-  <!-- Google Analytics -->
-  <script>
-    
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
-    
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-52545728-1', 'auto');
-    ga('send', 'pageview');
-  </script>
 </body>
 
 </html>

Reply via email to