diff -r c0f6086290fd -r f7669b499d41 web/index.php --- a/web/index.php Tue Sep 06 19:11:37 2011 +0200 +++ b/web/index.php Thu Sep 15 23:35:31 2011 +0200 @@ -93,13 +93,13 @@ var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-23581291-1']); _gaq.push(['_trackPageview']); + _gaq.push(['_setAllowAnchor', true]); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); - + })();