diff options
Diffstat (limited to 'simplex/index.html')
-rwxr-xr-x | simplex/index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/simplex/index.html b/simplex/index.html index 793155c5..1f21bc1a 100755 --- a/simplex/index.html +++ b/simplex/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; |