Remove a ;
parent
51e80ab8fa
commit
ffc46cfc78
|
@ -47,7 +47,7 @@ class AnalyticsService extends taiga.Service
|
||||||
@win.ga("require", "displayfeatures")
|
@win.ga("require", "displayfeatures")
|
||||||
|
|
||||||
if @.trackRoutes and (not @.ignoreFirstPageLoad)
|
if @.trackRoutes and (not @.ignoreFirstPageLoad)
|
||||||
@win.ga("send", "pageview", @.getUrl());
|
@win.ga("send", "pageview", @.getUrl())
|
||||||
|
|
||||||
# activates page tracking
|
# activates page tracking
|
||||||
if @.trackRoutes
|
if @.trackRoutes
|
||||||
|
|
Loading…
Reference in New Issue