mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-29 10:35:51 -05:00
Merge branch 'master' into production
This commit is contained in:
commit
09252948a9
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module.exports = class Tracker
|
||||||
options = integrations: {'All': false}
|
options = integrations: {'All': false}
|
||||||
for integration in includeIntegrations
|
for integration in includeIntegrations
|
||||||
options.integrations[integration] = true
|
options.integrations[integration] = true
|
||||||
analytics.page null, "/#{name}", null, options
|
analytics.page "/#{name}", {}, options
|
||||||
else
|
else
|
||||||
analytics.page "/#{name}"
|
analytics.page "/#{name}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue