fucking syntax
This commit is contained in:
parent
786c6d9467
commit
6f4276d04f
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@ async function MastodonReplylFunction(ClassName, post) {
|
||||||
if (OtherPost.media_attachments.length != 0) {
|
if (OtherPost.media_attachments.length != 0) {
|
||||||
for (let i of OtherPost.media_attachments) {
|
for (let i of OtherPost.media_attachments) {
|
||||||
ApplyMedia(i, document.getElementsByClassName("Images " + ClassName)[0]);
|
ApplyMedia(i, document.getElementsByClassName("Images " + ClassName)[0]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return OtherPost;
|
return OtherPost;
|
||||||
|
|
Loading…
Add table
Reference in a new issue