diff --git a/common/static/js/home.js b/common/static/js/home.js index 78c66924..546d8d8e 100644 --- a/common/static/js/home.js +++ b/common/static/js/home.js @@ -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($('
'+userData.note+'
').text()); + // $(userInfoSpinner).remove(); } );