FIX: Don't track pageView on initial load. Let the router signal that.

This commit is contained in:
Robin Ward 2014-05-21 14:04:08 -04:00
parent 7061f6a570
commit 5e07d18069
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
<% end %>
_gaq.push(['_setCustomVar', 1, 'Anonymous', <%= !current_user %>, 2]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;