Tying to fix analytics...
authorLuciano Montanaro <mikelima@cirulla.net>
Sun, 17 Jul 2011 13:43:05 +0000 (15:43 +0200)
committerLuciano Montanaro <mikelima@cirulla.net>
Sun, 17 Jul 2011 13:43:05 +0000 (15:43 +0200)
www/analytics.js

index 5f5599e..dc440f8 100644 (file)
@@ -2,6 +2,8 @@ var _gaq = _gaq || [];
 _gaq.push(['_setAccount', 'UA-3407338-3']);
 _gaq.push(['_trackPageview']);
 
+window._gaq = _gaq;
+
 (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';