From f00b581994808009671a8f611e7031a367921837 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Thu, 5 Mar 2015 17:13:03 +0530 Subject: changed google analytics code to make it common for all fossee sub domains --- tbc/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tbc') diff --git a/tbc/templates/base.html b/tbc/templates/base.html index d4c3a9e..d246436 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -331,7 +331,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-44697375-2', 'fossee.in'); + ga('create', 'UA-10406287-2', 'fossee.in'); ga('send', 'pageview'); -- cgit