Update following_list.js
This commit is contained in:
parent
9addac5a1d
commit
bc91a415ff
1 changed files with 2 additions and 2 deletions
|
@ -112,7 +112,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);
|
||||
});
|
||||
|
||||
|
@ -186,4 +186,4 @@ $(document).ready( function() {
|
|||
});
|
||||
|
||||
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue