funny bug
This commit is contained in:
parent
82d42a3e6e
commit
b95d08b4f3
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ async function GetPost() {
|
||||||
if (website == "Mastodon") {
|
if (website == "Mastodon") {
|
||||||
// Check for a reblog.
|
// Check for a reblog.
|
||||||
if (post.reblog != null) {
|
if (post.reblog != null) {
|
||||||
document.getElementsByClassName("Handle Regular")[0].innerHTML = post.reblog + " ( R: " + post.account.username + " )";
|
document.getElementsByClassName("Handle Regular")[0].innerHTML = post.account.username + " ( R: " + post.reblog + " )";
|
||||||
} else {
|
} else {
|
||||||
document.getElementsByClassName("Handle Regular")[0].innerHTML = post.account.username;
|
document.getElementsByClassName("Handle Regular")[0].innerHTML = post.account.username;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue