summaryrefslogtreecommitdiff
path: root/united/index.html
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-02-11 11:43:02 -0500
committerThomas Park <thomas@thomaspark.me>2012-02-11 11:43:02 -0500
commit51e7ca09505b0f0cc54ecf80393370fd587cda7a (patch)
tree2dc9bec2d95a855687bade077e1faf9080035437 /united/index.html
parent93fe613bf522002d6655ab77ff8712a09475771b (diff)
Set GA to github.com
Diffstat (limited to 'united/index.html')
-rwxr-xr-xunited/index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/united/index.html b/united/index.html
index f83af213..7d9fda45 100755
--- a/united/index.html
+++ b/united/index.html
@@ -21,8 +21,10 @@
<script type="text/javascript">
var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-23019901-1']);
- _gaq.push(['_trackPageview']);
+ _gaq.push(['_setAccount', 'UA-23019901-1']);
+ _gaq.push(['_setDomainName', "thomaspark.github.com"]);
+ _gaq.push(['_setAllowLinker', true]);
+ _gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;