You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ch...@apache.org on 2013/06/12 19:50:51 UTC

svn commit: r1492306 - /ctakes/site/trunk/templates/skeleton.html

Author: chenpei
Date: Wed Jun 12 17:50:50 2013
New Revision: 1492306

URL: http://svn.apache.org/r1492306
Log:
Adding Google Analytics for web site

Modified:
    ctakes/site/trunk/templates/skeleton.html

Modified: ctakes/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/ctakes/site/trunk/templates/skeleton.html?rev=1492306&r1=1492305&r2=1492306&view=diff
==============================================================================
--- ctakes/site/trunk/templates/skeleton.html (original)
+++ ctakes/site/trunk/templates/skeleton.html Wed Jun 12 17:50:50 2013
@@ -32,7 +32,7 @@
   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-41673085-1', 'apache.org');
+  ga('create', 'UA-41673085-1', 'ctakes.apache.org');
   ga('send', 'pageview');
 </script>