fuck
This commit is contained in:
parent
9acc3c062c
commit
0e5cba818a
1 changed files with 2 additions and 2 deletions
|
@ -234,10 +234,10 @@ async function PosterContainerUpdate(Direction) {
|
||||||
let ReblogFix = MastodonLoadedFeed[CurrentThing + counter].account.acct;
|
let ReblogFix = MastodonLoadedFeed[CurrentThing + counter].account.acct;
|
||||||
MastodonLoadedFeed[CurrentThing + counter] = MastodonLoadedFeed[CurrentThing + counter].reblog;
|
MastodonLoadedFeed[CurrentThing + counter] = MastodonLoadedFeed[CurrentThing + counter].reblog;
|
||||||
MastodonLoadedFeed[CurrentThing + counter].reblog = ReblogFix;
|
MastodonLoadedFeed[CurrentThing + counter].reblog = ReblogFix;
|
||||||
i.getElementsByClassName("Username")[0].innerHTML = " ( R: " + MastodonLoadedFeed[CurrentThing + counter].reblog + " )";
|
i.getElementsByClassName("Username")[0].innerHTML = ReblogFix + " ( R: " + MastodonLoadedFeed[CurrentThing + counter].reblog + " )";
|
||||||
} else if (MastodonLoadedFeed[CurrentThing + counter].reblog != null && typeof MastodonLoadedFeed[CurrentThing + counter].reblog == "string") {
|
} else if (MastodonLoadedFeed[CurrentThing + counter].reblog != null && typeof MastodonLoadedFeed[CurrentThing + counter].reblog == "string") {
|
||||||
// this function is if the changes are already made.
|
// this function is if the changes are already made.
|
||||||
i.getElementsByClassName("Username")[0].innerHTML = " ( R: " + MastodonLoadedFeed[CurrentThing + counter].reblog + " )";
|
i.getElementsByClassName("Username")[0].innerHTML = MastodonLoadedFeed[CurrentThing + counter].account.acct + " ( R: " + MastodonLoadedFeed[CurrentThing + counter].reblog + " )";
|
||||||
} else {
|
} else {
|
||||||
i.getElementsByClassName("Username")[0].innerHTML = MastodonLoadedFeed[CurrentThing + counter].account.acct;
|
i.getElementsByClassName("Username")[0].innerHTML = MastodonLoadedFeed[CurrentThing + counter].account.acct;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue