fix duplicated user info
This commit is contained in:
parent
6b87154005
commit
ae45aaaf1d
1 changed files with 0 additions and 3 deletions
|
@ -28,10 +28,7 @@ $(document).ready( function() {
|
|||
} else {
|
||||
userName = userData.username;
|
||||
}
|
||||
$("#userInfoCard .mast-avatar").attr("src", userData.avatar);
|
||||
$("#userInfoCard .mast-displayname").html(userName);
|
||||
$("#userInfoCard .mast-brief").text($('<div>'+userData.note+'</div>').text())
|
||||
// $(userInfoSpinner).remove();
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue