diff --git a/JS/expanded.js b/JS/expanded.js index f6686ac..32973f4 100644 --- a/JS/expanded.js +++ b/JS/expanded.js @@ -164,7 +164,7 @@ async function GetPost() { if (AnotherPost.value.hasOwnProperty("reply")) { var AnotherAnotherPost = await BlueskyAPI.GetRecord(AnotherPost.value.reply.parent.uri.split("/")[2], AnotherPost.value.reply.parent.uri.split("/")[3], AnotherPost.value.reply.parent.uri.split("/")[4]); document.getElementsByClassName("Origin GrandParent")[0].innerHTML = website; - document.getElementsByClassName("Handle Parent")[0].innerHTML = post.reply.grandparentAuthor.handle; + document.getElementsByClassName("Handle GrandParent")[0].innerHTML = post.reply.grandparentAuthor.handle; document.getElementsByClassName("PostText GrandParent")[0].innerHTML = AnotherAnotherPost.value.text; if (AnotherAnotherPost.value.hasOwnProperty("embed")) { await CreateMedia(AnotherAnotherPost.value, document.getElementsByClassName("Images GrandParent")[0], post.reply.grandparentAuthor.did);