Have uniform (wrong) indention

This commit is contained in:
kondou 2013-09-28 17:49:07 +02:00
parent 4907685405
commit 24d092c4ba
1 changed files with 1 additions and 1 deletions

View File

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