You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by tk...@apache.org on 2014/12/15 18:12:01 UTC

svn commit: r1643026 - /incubator/nifi/site/trunk/templates/skeleton.html

Author: tkurc
Date: Wed Dec  3 00:54:10 2014
New Revision: 1643026

URL: http://svn.apache.org/r1643026
Log:
added script for ga

Modified:
    incubator/nifi/site/trunk/templates/skeleton.html

Modified: incubator/nifi/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/incubator/nifi/site/trunk/templates/skeleton.html?rev=1643026&r1=1643025&r2=1643026&view=diff
==============================================================================
--- incubator/nifi/site/trunk/templates/skeleton.html (original)
+++ incubator/nifi/site/trunk/templates/skeleton.html Wed Dec  3 00:54:10 2014
@@ -12,7 +12,16 @@
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
     <script src="/js/bootstrap.min.js"></script>
+<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-57264262-1', 'auto');
+  ga('send', 'pageview');
+
+</script>
 
     {% if headers.base %}<base href="{{ headers.base }}" />{% endif %}
     {% if headers.notice %}<!-- {{ headers.notice }} -->{% endif %}