Don't update avatar on displayNameChange anymore

This commit is contained in:
kondou 2013-09-04 07:13:09 +02:00
parent b1d20e0470
commit 32a7ba9823

View File

@ -34,7 +34,6 @@ function changeDisplayName(){
$('#oldDisplayName').text($('#displayName').val());
// update displayName on the top right expand button
$('#expandDisplayName').text($('#displayName').val());
updateAvatar();
}
else{
$('#newdisplayname').val(data.data.displayName);