Update followers_list.js

This commit is contained in:
doubaniux 2020-10-23 08:38:19 +02:00 committed by GitHub
parent 1804a4d546
commit 1465220a5a

View file

@ -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);
});