summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/index.html b/index.html
index 3ae3544a..25375642 100644
--- a/index.html
+++ b/index.html
@@ -74,8 +74,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;