1
0
Fork 0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2026-03-02 02:41:34 +00:00

Basic error checking

This commit is contained in:
Cadence Fish 2020-01-27 19:03:28 +13:00
parent c2ac1b2259
commit 9f5fa84f9a
No known key found for this signature in database
GPG key ID: 81015DF9AA8607E1
9 changed files with 156 additions and 49 deletions

View file

@ -36,7 +36,6 @@ class NextPage extends FreezeWidth {
fetch(`/fragment/user/${this.element.getAttribute("data-username")}/${this.nextPageNumber}`).then(res => res.text()).then(text => {
q("#next-page-container").remove()
this.observer.disconnect()
q("#timeline").insertAdjacentHTML("beforeend", text)
addNextPageControl()
})