Update followers_list.js
This commit is contained in:
parent
bc91a415ff
commit
c7f666a538
1 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ $(document).ready( function() {
|
|||
}
|
||||
let url = $("#userPageURL").text().replace('0', data.id);
|
||||
temp.find("a").attr('href', url);
|
||||
temp.find(".user-brief").text($(data.note).text());
|
||||
temp.find(".user-brief").text(data.note.replace(/(<([^>]+)>)/ig,""));
|
||||
$("#main .user:last").after(temp);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue