You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by mo...@apache.org on 2015/02/11 17:03:44 UTC

any23 git commit: Added tracker code as per #ANY23-202.

Repository: any23
Updated Branches:
  refs/heads/master 3332f4a89 -> cab71ae64


Added tracker code as per #ANY23-202.


Project: http://git-wip-us.apache.org/repos/asf/any23/repo
Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/cab71ae6
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/cab71ae6
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/cab71ae6

Branch: refs/heads/master
Commit: cab71ae64a6b3fa0ce01ff8c11464ed1f802f43d
Parents: 3332f4a
Author: Michele Mostarda <mi...@gmail.com>
Authored: Wed Feb 11 17:00:31 2015 +0100
Committer: Michele Mostarda <mi...@gmail.com>
Committed: Wed Feb 11 17:00:31 2015 +0100

----------------------------------------------------------------------
 service/src/main/resources/form.html | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/cab71ae6/service/src/main/resources/form.html
----------------------------------------------------------------------
diff --git a/service/src/main/resources/form.html b/service/src/main/resources/form.html
index 476f365..b7bb9ca 100644
--- a/service/src/main/resources/form.html
+++ b/service/src/main/resources/form.html
@@ -397,5 +397,15 @@ Content-Length: 174
   Copyright &copy; ${project.inceptionYear}-2014 The <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.<br/> Apache Any23, Apache, the Apache feather logo, and the Apache Any23 project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
   </div>
   </footer>
+
+  <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-59636188-1', 'auto');
+    ga('send', 'pageview');
+  </script>
+
   </body>
 </html>