mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-07 07:10:07 +01:00
Merge pull request #5065 from pichalite/patch-2
fix error on icon to picture change in profile
This commit is contained in:
@@ -140,7 +140,7 @@ define('forum/account/edit', ['forum/account/header', 'uploader', 'translator',
|
||||
return app.alertError(err.message);
|
||||
}
|
||||
|
||||
updateHeader(type === 'default' ? '' : src);
|
||||
updateHeader(type === 'default' ? '' : modal.find('.list-group-item.active img').attr('src'));
|
||||
ajaxify.refresh();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user