summaryrefslogtreecommitdiffstats
path: root/webapp/components/logged_in.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-11-10 09:22:06 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-11-10 09:22:06 -0500
commit8c76560b4849f8d1fdc3c3f1c2f1877459a30fca (patch)
treed373ee86ac86f6613f24f2c82ca09aa6144f5c33 /webapp/components/logged_in.jsx
parent39675afab4ba6e22b834aa6ff8d7dab2a35c5a8d (diff)
downloadchat-8c76560b4849f8d1fdc3c3f1c2f1877459a30fca.tar.gz
chat-8c76560b4849f8d1fdc3c3f1c2f1877459a30fca.tar.bz2
chat-8c76560b4849f8d1fdc3c3f1c2f1877459a30fca.zip
Fix websocket on old versions of IE11 (#4501)
Diffstat (limited to 'webapp/components/logged_in.jsx')
-rw-r--r--webapp/components/logged_in.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/logged_in.jsx b/webapp/components/logged_in.jsx
index 824e7b91d..4e7df0392 100644
--- a/webapp/components/logged_in.jsx
+++ b/webapp/components/logged_in.jsx
@@ -105,7 +105,7 @@ export default class LoggedIn extends React.Component {
}
componentDidMount() {
- // Initalize websocket
+ // Initialize websocket
WebSocketActions.initialize();
// Listen for user