c
This commit is contained in:
parent
9ad85e98a0
commit
6e36b94676
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ async function GetPost() {
|
|||
}
|
||||
}
|
||||
// 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")) {
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue