summaryrefslogtreecommitdiffstats
path: root/web/react/components/new_channel_modal.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-01-28 10:37:36 -0500
committerCorey Hulen <corey@hulen.com>2016-01-28 10:37:36 -0500
commit67808124b3cc95d0e0c1bb33c3c8a247ad3beff2 (patch)
treeb6e0e030b153084253822968ba54745410a40cae /web/react/components/new_channel_modal.jsx
parent91906c9c05fb9ec60863d5058127e4c259fd43cb (diff)
parent8d4151cc0518c3685a2000a49625dac650381d85 (diff)
downloadchat-67808124b3cc95d0e0c1bb33c3c8a247ad3beff2.tar.gz
chat-67808124b3cc95d0e0c1bb33c3c8a247ad3beff2.tar.bz2
chat-67808124b3cc95d0e0c1bb33c3c8a247ad3beff2.zip
Merge pull request #2009 from asaadmahmoodspin/ui-improvements
Multiple UI Improvements
Diffstat (limited to 'web/react/components/new_channel_modal.jsx')
-rw-r--r--web/react/components/new_channel_modal.jsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/react/components/new_channel_modal.jsx b/web/react/components/new_channel_modal.jsx
index 70fe10eef..9f733c476 100644
--- a/web/react/components/new_channel_modal.jsx
+++ b/web/react/components/new_channel_modal.jsx
@@ -22,6 +22,11 @@ export default class NewChannelModal extends React.Component {
});
}
}
+ componentDidMount() {
+ if (Utils.isBrowserIE()) {
+ $('body').addClass('browser--IE');
+ }
+ }
handleSubmit(e) {
e.preventDefault();