Merge pull request #61 from umonaca/master
Fix following list text extraction
This commit is contained in:
commit
1804a4d546
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ $(document).ready( function() {
|
|||
url = $("#userPageURL").text().replace('0', data.acct + '@' + mast_domain);
|
||||
}
|
||||
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