This commit is contained in:
CatAClock 2025-07-16 17:49:43 -07:00
parent 9ad85e98a0
commit 6e36b94676

View file

@ -123,7 +123,7 @@ async function GetPost() {
} }
} }
// Any replies? Give them the thing :3 // Any replies? Give them the thing :3
for (let i of document.getElementsByTagName("body").children)) { for (let i of document.getElementsByTagName("body").children) {
if (i.hasAttribute("id")) { if (i.hasAttribute("id")) {
break; break;
} }