From 0b19c9741a8e178ce5513f261f5a8d91766b635b Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Fri, 5 Jan 2024 00:58:38 +0500 Subject: [PATCH] Update --- public/assets/js/mastodon.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/assets/js/mastodon.js b/public/assets/js/mastodon.js index b01c5d1..251a116 100644 --- a/public/assets/js/mastodon.js +++ b/public/assets/js/mastodon.js @@ -46,6 +46,9 @@ async function fetchData(log, tpl) { text += elem; }); + // let regular = /(.*?)<\/a>/g; + // text = text.replace(regular, ''); + value = text; post_tpl = post_tpl.replace('{content}', `${value}`);