From 10459480650d82501bc7682696e3b060f29a8cd5 Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Mon, 25 Apr 2016 05:39:25 -0700 Subject: PLT-2272 fixing profile img on firefox. (#2786) --- webapp/components/user_settings/user_settings_general.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/components/user_settings/user_settings_general.jsx b/webapp/components/user_settings/user_settings_general.jsx index c6a05d1ee..abf5ca7a9 100644 --- a/webapp/components/user_settings/user_settings_general.jsx +++ b/webapp/components/user_settings/user_settings_general.jsx @@ -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); -- cgit v1.2.3-1-g7c22