diff --git a/JS/expanded.js b/JS/expanded.js index 8caa849..ca8c8f8 100644 --- a/JS/expanded.js +++ b/JS/expanded.js @@ -85,7 +85,7 @@ async function GetPost() { if (website == "Mastodon") { // Check for a reblog. 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 { document.getElementsByClassName("Handle Regular")[0].innerHTML = post.account.username; }