fix error on icon to picture change in profile

This commit is contained in:
Anil Mandepudi
2016-09-27 17:02:38 -07:00
committed by GitHub
parent 4938b00635
commit 351504bd6c

View File

@@ -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();
});
}