fix error on icon to picture change in profile

v1.18.x
Anil Mandepudi 8 years ago committed by GitHub
parent 4938b00635
commit 351504bd6c

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

Loading…
Cancel
Save