summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-03-14 11:03:56 -0700
committer=Corey Hulen <corey@hulen.com>2016-03-14 11:03:56 -0700
commite5fbdc3ced367a787b74f244f646924c2a7cbc6f (patch)
tree399be077091fce49ae8d8c0e519eb1dd5a74e0cd /web
parentbf7ae0711743926cfbb031675cc3320d7a942465 (diff)
downloadchat-e5fbdc3ced367a787b74f244f646924c2a7cbc6f.tar.gz
chat-e5fbdc3ced367a787b74f244f646924c2a7cbc6f.tar.bz2
chat-e5fbdc3ced367a787b74f244f646924c2a7cbc6f.zip
Fixing segment tracking
Diffstat (limited to 'web')
-rw-r--r--web/react/pages/root.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/pages/root.jsx b/web/react/pages/root.jsx
index d0b06e32e..dcc6fc40e 100644
--- a/web/react/pages/root.jsx
+++ b/web/react/pages/root.jsx
@@ -77,7 +77,7 @@ function preRenderSetup(callwhendone) {
);
// Set these here so they don't fail in client.jsx track
- global.window.analytics = {};
+ global.window.analytics = [];
global.window.analytics.page = () => {
// Do Nothing
};