summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-23 14:32:44 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-23 14:32:44 -0700
commit2f72d4702b29477fab706a693f2bc4efb8cefd66 (patch)
tree0f57b203d89c83349a6944fb2e38b22b681eefee /web
parentf9abb5a94ae2caf6e3037ac9f716813a36e401fe (diff)
downloadchat-2f72d4702b29477fab706a693f2bc4efb8cefd66.tar.gz
chat-2f72d4702b29477fab706a693f2bc4efb8cefd66.tar.bz2
chat-2f72d4702b29477fab706a693f2bc4efb8cefd66.zip
fixing segment bug
Diffstat (limited to 'web')
-rw-r--r--web/templates/head.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/templates/head.html b/web/templates/head.html
index e1f2fe43f..a65a28566 100644
--- a/web/templates/head.html
+++ b/web/templates/head.html
@@ -62,7 +62,6 @@
createdAt: user.create_at,
username: user.username,
team_id: user.team_id,
- team_domain: window.getSubDomain(),
id: user.id
});
}