summaryrefslogtreecommitdiffstats
path: root/webapp/components/user_settings/user_settings_security.jsx
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-03-29 12:09:22 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-29 12:09:22 -0400
commit9c36210edd7cae4026e3a2ee472cf2fa751a0f77 (patch)
treefa5eafeec73cc7b6bcce47e5a9ac15b6481cc70e /webapp/components/user_settings/user_settings_security.jsx
parent442376c40affd8c0c475f630d67f6a0218e2b3af (diff)
parent68fe7a9753b678f4101f9b072975c1058d3d6813 (diff)
downloadchat-9c36210edd7cae4026e3a2ee472cf2fa751a0f77.tar.gz
chat-9c36210edd7cae4026e3a2ee472cf2fa751a0f77.tar.bz2
chat-9c36210edd7cae4026e3a2ee472cf2fa751a0f77.zip
Merge pull request #2556 from asaadmahmoodspin/ui-improvements
Multiple UI improvements
Diffstat (limited to 'webapp/components/user_settings/user_settings_security.jsx')
-rw-r--r--webapp/components/user_settings/user_settings_security.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/user_settings/user_settings_security.jsx b/webapp/components/user_settings/user_settings_security.jsx
index f937844ec..b34fa8582 100644
--- a/webapp/components/user_settings/user_settings_security.jsx
+++ b/webapp/components/user_settings/user_settings_security.jsx
@@ -204,6 +204,7 @@ class SecurityTab extends React.Component {
this.props.updateSection('');
this.setState({currentPassword: '', newPassword: '', confirmPassword: '', serverError: null, passwordError: null});
e.preventDefault();
+ $('.settings-modal .modal-body').scrollTop(0).perfectScrollbar('update');
}.bind(this);
return (