diff --git a/JS/account.js b/JS/account.js index c436050..cff9871 100644 --- a/JS/account.js +++ b/JS/account.js @@ -133,7 +133,7 @@ async function GetAccount() { } else { FollowButton.setAttribute("hidden", ""); BlockButton.setAttribute("hidden", ""); - AlternateAccountImage.setAttribute("hidden", false); + AlternateAccountImage.removeAttribute("hidden"); // This is meant for the regular account. A big ol' you :3 let Token = localStorage.getItem(Variables.MastodonAccessToken); if (Token != null) {