cherrypick from ics Change-Id: I07b59de3f2e4a5fef2e8722d7f7ab159ded8b2df

return old analytics script

Change-Id: Ica4abe000b529272efa9ba7867b3e7aa6c8c9e55
This commit is contained in:
Scott Main
2012-06-22 10:25:52 -07:00
parent e4d8f1b1f5
commit f9b799b5ba
2 changed files with 5 additions and 6 deletions

View File

@@ -54,10 +54,4 @@ type="text/css">
var SITE_ROOT = toRoot + basePath.substring(1,basePath.indexOf("/",1));
</script>
<script src="//www.google.com/js/gweb/analytics/autotrack.js"></script>
<script>
new gweb.analytics.AutoTrack({
profile: 'UA-5831155-1'
});
</script>
</head>

View File

@@ -47,3 +47,8 @@ var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "htt
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-5831155-1");
pageTracker._trackPageview();
</script>