summaryrefslogtreecommitdiffstats
path: root/web/react/components/team_settings_modal.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-10-23 14:57:31 -0700
committerCorey Hulen <corey@hulen.com>2015-10-23 14:57:31 -0700
commit127a689e3e314fe673803f89347312098517848a (patch)
tree3d8f6819ec0ac79a54cac06720d34a79053dc452 /web/react/components/team_settings_modal.jsx
parenta7852a4810b26436cd9ab952d013d610d9d8ec6b (diff)
parent9ac29075e1acae8006150ffa3d820e59a8e0ed9b (diff)
downloadchat-127a689e3e314fe673803f89347312098517848a.tar.gz
chat-127a689e3e314fe673803f89347312098517848a.tar.bz2
chat-127a689e3e314fe673803f89347312098517848a.zip
Merge pull request #1162 from asaadmahmoodspin/ui-improvements
UI improvements
Diffstat (limited to 'web/react/components/team_settings_modal.jsx')
-rw-r--r--web/react/components/team_settings_modal.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/components/team_settings_modal.jsx b/web/react/components/team_settings_modal.jsx
index b55373dba..5c5995020 100644
--- a/web/react/components/team_settings_modal.jsx
+++ b/web/react/components/team_settings_modal.jsx
@@ -19,6 +19,7 @@ export default class TeamSettingsModal extends React.Component {
componentDidMount() {
$('body').on('click', '.modal-back', function handleBackClick() {
$(this).closest('.modal-dialog').removeClass('display--content');
+ $(this).closest('.modal-dialog').find('.settings-table .nav li.active').removeClass('active');
});
$('body').on('click', '.modal-header .close', () => {
setTimeout(() => {