Fix analytics

This commit is contained in:
Trever Fischer
2012-04-17 02:01:26 -04:00
parent 2a26ed031d
commit 71cc585c88

View File

@@ -37,11 +37,11 @@ s.parentNode.insertBefore(po, s);
_gaq.push(['_trackPageview']);
_gaq.push(['_setCustomVar', 1, 'Logged In',
{% if user.is_authenticated %}
true,
'Yes',
{% else %}
false,
'No',
{% endif %}
1);
1]);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;