Этот коммит содержится в:
Asaad Mahmood
2016-03-29 17:03:46 +05:00
родитель 31750305aa
Коммит 4c28726760
14 изменённых файлов: 31 добавлений и 0 удалений

Просмотреть файл

@@ -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 (