Fix analytics
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user