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

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

commit 9d535da46d45a09aa00e904b41685ed9753f8677
Author: martijnvisser <[email protected]>
AuthorDate: Tue Feb 1 19:29:06 2022 +0100

    [FLINK-25915][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