From 7cf9fe272010b39322f89f26739dcdaba349846c Mon Sep 17 00:00:00 2001 From: Stefano Maffulli Date: Wed, 20 Jun 2012 12:54:17 -0700 Subject: [PATCH] added the . to the domain name in google analytics code in order to track subdomain Change-Id: Ifaf5f7e8edd95fea86c6c5a02410f33b35fe3652 --- classic_fancy/index.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classic_fancy/index.html.tmpl b/classic_fancy/index.html.tmpl index 588911f..675335c 100644 --- a/classic_fancy/index.html.tmpl +++ b/classic_fancy/index.html.tmpl @@ -23,7 +23,7 @@ var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-17511903-1']); - _gaq.push(['_setDomainName', 'openstack.org']); + _gaq.push(['_setDomainName', '.openstack.org']); _gaq.push(['_trackPageview']); (function() {