From fdbcf3a1294934a0a2035b7663090b42eb0f956e Mon Sep 17 00:00:00 2001 From: CatAClock Date: Mon, 30 Jun 2025 11:07:45 -0700 Subject: [PATCH] Revert "fucking syntax" This reverts commit 6f4276d04fa308dc7199a3f9268a0fe3007b79d4. --- JS/expanded.js | 1 - 1 file changed, 1 deletion(-) diff --git a/JS/expanded.js b/JS/expanded.js index d79406c..86aa9db 100644 --- a/JS/expanded.js +++ b/JS/expanded.js @@ -183,7 +183,6 @@ 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;