PLT-2272 fixing profile img on firefox. (#2786)

Этот коммит содержится в:
Corey Hulen
2016-04-25 05:39:25 -07:00
коммит произвёл Joram Wilander
родитель 1daa0d6b3e
Коммит 1045948065

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

@@ -229,9 +229,9 @@ class UserSettingsGeneralTab extends React.Component {
Client.uploadProfileImage(picture,
() => {
this.updateSection('');
this.submitActive = false;
AsyncClient.getMe();
window.location.reload();
},
(err) => {
var state = this.setupInitialState(this.props);