Adjust AniList script
This commit is contained in:
parent
5a3e2ff9a1
commit
05a5af9b1e
1 changed files with 1 additions and 1 deletions
|
@ -81,6 +81,6 @@ fetch("https://graphql.anilist.co", options)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
document.querySelector(".activities").innerHTML = "Failed to load!";
|
document.querySelector("#anime").innerHTML = "Failed to load!";
|
||||||
console.error(error);
|
console.error(error);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue