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