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