Don't update avatar on displayNameChange anymore
This commit is contained in:
parent
b1d20e0470
commit
32a7ba9823
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue