fix current js errors
This commit is contained in:
parent
6a42dc9247
commit
080c0bb8b7
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ $(document).ready( function() {
|
|||
}
|
||||
$("#userInfoCard .mast-avatar").attr("src", userData.avatar);
|
||||
$("#userInfoCard .mast-displayname").html(userName);
|
||||
$("#userInfoCard .mast-brief").text($(userData.note).text());
|
||||
$(userInfoSpinner).remove();
|
||||
$("#userInfoCard .mast-brief").text($('<p>'+userData.note+'</p>').text());
|
||||
// $(userInfoSpinner).remove();
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue