Don't update avatar on displayNameChange anymore
This commit is contained in:
parent
b1d20e0470
commit
32a7ba9823
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue