mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 16:13:10 +08:00
FIX: Don't track pageView on initial load. Let the router signal that.
This commit is contained in:
parent
7061f6a570
commit
5e07d18069
@ -8,7 +8,6 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
_gaq.push(['_setCustomVar', 1, 'Anonymous', <%= !current_user %>, 2]);
|
_gaq.push(['_setCustomVar', 1, 'Anonymous', <%= !current_user %>, 2]);
|
||||||
_gaq.push(['_trackPageview']);
|
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user