From 0595ac025be8dbabddac740d54d915c5b6501d31 Mon Sep 17 00:00:00 2001 From: CatAClock Date: Wed, 16 Jul 2025 18:34:56 -0700 Subject: [PATCH] ? --- src/HTTP/JS/expanded.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HTTP/JS/expanded.js b/src/HTTP/JS/expanded.js index 87d68ff..969761f 100644 --- a/src/HTTP/JS/expanded.js +++ b/src/HTTP/JS/expanded.js @@ -176,7 +176,7 @@ async function GetPost() { // Because of repeat code, we can put it into it's own function. Hell, more of a thread can be added later. async function MastodonReplylFunction(Id, post) { let OtherPost = await MastodonAPI.GetStatus(post); - let ShitHTML = "

" + website + "

" + OtherPost.account.acct + "


"; + let ShitHTML = "

" + OtherPost.account.acct + "

" + website + "


"; document.getElementsByTagName("body")[0].innerHTML = ShitHTML + document.getElementsByTagName("body")[0].innerHTML; if (OtherPost.spoiler_text != "") { document.getElementsByClassName("PostText " + Id)[0].innerHTML = "WARNING: " + OtherPost.spoiler_text;