From 6f4276d04fa308dc7199a3f9268a0fe3007b79d4 Mon Sep 17 00:00:00 2001 From: CatAClock Date: Mon, 30 Jun 2025 11:05:53 -0700 Subject: [PATCH] fucking syntax --- JS/expanded.js | 1 + 1 file changed, 1 insertion(+) diff --git a/JS/expanded.js b/JS/expanded.js index 86aa9db..d79406c 100644 --- a/JS/expanded.js +++ b/JS/expanded.js @@ -183,6 +183,7 @@ async function MastodonReplylFunction(ClassName, post) { if (OtherPost.media_attachments.length != 0) { for (let i of OtherPost.media_attachments) { ApplyMedia(i, document.getElementsByClassName("Images " + ClassName)[0]); + } } } return OtherPost;