Merge pull request #2431 from mattermost/fix-seg

Fixing segment tracking
Этот коммит содержится в:
Christopher Speller
2016-03-15 14:22:27 -04:00
родитель 3745204097 e5fbdc3ced
Коммит 29fe6a3d13

Просмотреть файл

@@ -77,7 +77,7 @@ function preRenderSetup(callwhendone) {
); );
// Set these here so they don't fail in client.jsx track // Set these here so they don't fail in client.jsx track
global.window.analytics = {}; global.window.analytics = [];
global.window.analytics.page = () => { global.window.analytics.page = () => {
// Do Nothing // Do Nothing
}; };