Have uniform (wrong) indention
This commit is contained in:
parent
4907685405
commit
24d092c4ba
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ function changeDisplayName(){
|
|||
$('#oldDisplayName').text($('#displayName').val());
|
||||
// update displayName on the top right expand button
|
||||
$('#expandDisplayName').text($('#displayName').val());
|
||||
updateAvatar();
|
||||
updateAvatar();
|
||||
}
|
||||
else{
|
||||
$('#newdisplayname').val(data.data.displayName);
|
||||
|
|
Loading…
Reference in a new issue