summaryrefslogtreecommitdiffstats
path: root/web/react/components/team_settings_modal.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-23 19:59:32 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-23 19:59:32 +0500
commitdb4273d3570cc818f64e144558380b24d21ed949 (patch)
treefb5be1555031c05c511b75ce43bd44edf8debb32 /web/react/components/team_settings_modal.jsx
parent546583dea2a20bbe740e68fb1e2263ed9b91aad7 (diff)
downloadchat-db4273d3570cc818f64e144558380b24d21ed949.tar.gz
chat-db4273d3570cc818f64e144558380b24d21ed949.tar.bz2
chat-db4273d3570cc818f64e144558380b24d21ed949.zip
Multiple 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(() => {