diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-02-11 11:53:07 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-02-11 11:53:07 -0500 |
commit | 196834b31e54a6d2050f3cf7a9431e02edc2aee0 (patch) | |
tree | 0b72e51005ed4e93be013eb50d4177403298d9c7 /united | |
parent | 51e7ca09505b0f0cc54ecf80393370fd587cda7a (diff) |
Fixed ga
Diffstat (limited to 'united')
-rwxr-xr-x | united/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/united/index.html b/united/index.html index 7d9fda45..c8f8bc5b 100755 --- a/united/index.html +++ b/united/index.html @@ -22,7 +22,7 @@ var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-23019901-1']); - _gaq.push(['_setDomainName', "thomaspark.github.com"]); + _gaq.push(['_setDomainName', "github.com"]); _gaq.push(['_setAllowLinker', true]); _gaq.push(['_trackPageview']); |